Skip to content

Commit

Permalink
Fix local-docs-build requirements
Browse files Browse the repository at this point in the history
Our docs are currently not building because they depend on
the RTD app being installed properly to import strings.
This fixes the local-docs-build.txt file to include the proper requirements
  • Loading branch information
ericholscher committed Jan 21, 2019
1 parent cb0dedf commit 8ccb6ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/local-docs-build.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r pip.txt

# Base packages
docutils==0.14
Sphinx==1.8.3
Expand All @@ -19,5 +21,4 @@ sphinx-prompt==1.0.0
# commonmark 0.5.5 is the latest version compatible with our docs, the
# newer ones make `tox -e docs` to fail
commonmark==0.5.5

recommonmark==0.4.0

0 comments on commit 8ccb6ba

Please sign in to comment.