Skip to content

Commit

Permalink
Merge pull request #441 from QData/doc_configure_issues
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
qiyanjun committed Apr 5, 2021
2 parents e6b3709 + ac306c7 commit 6c3359a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recommonmark
sphinx-markdown-tables
nbsphinx
sphinx - autobuild
sphinx - rtd - theme
sphinx-autobuild
sphinx-rtd-theme
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ word2number
num2words
more-itertools
PySocks!=1.5.7,>=1.5.6
sphinx-markdown-tables
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@

extras = {}
# Packages required for installing docs.
extras["docs"] = ["recommonmark", "nbsphinx", "sphinx-autobuild", "sphinx-rtd-theme"]
extras["docs"] = [
"recommonmark",
"nbsphinx",
"sphinx-autobuild",
"sphinx-rtd-theme",
"sphinx-markdown-tables",
]
# Packages required for formatting code & running tests.
extras["test"] = [
"black==20.8b1",
Expand Down

0 comments on commit 6c3359a

Please sign in to comment.