Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Nov 30, 2021
1 parent 216fa97 commit 522d4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

sys.path.insert(0, os.path.abspath('.'))

import sphinx_rtd_theme
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

import sphinx_markdown_tables
import recommonmark
from recommonmark.transform import AutoStructify
Expand Down Expand Up @@ -54,7 +51,7 @@
author = 'Kent Yao'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==3.5.4
sphinx==4.3.1
sphinx_rtd_theme==0.5.0
sphinx-markdown-tables==0.0.15
recommonmark==0.7.1
Expand Down

0 comments on commit 522d4c1

Please sign in to comment.