Skip to content

Commit

Permalink
Added missing requirements for building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed May 21, 2016
1 parent 5a6b1b3 commit 764f4da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conda-environment.yml
Expand Up @@ -8,6 +8,11 @@ dependencies:
- pip:
# Sphinx 1.5a0 fork w/ PRs #2431 and #2432 merged
- git+https://github.com/agronholm/sphinx.git
- django
- jinja2
- mako
- tonnikala
- tornado
- sphinx-autodoc-typehints>=1.0.5
- sphinxcontrib-asyncio>=0.2.0
- /home/docs/checkouts/readthedocs.org/user_builds/asphalt-templating/checkouts/latest
5 changes: 5 additions & 0 deletions docs/requirements.txt
Expand Up @@ -3,3 +3,8 @@ git+https://github.com/agronholm/sphinx.git

sphinx-autodoc-typehints >= 1.0.5
sphinxcontrib-asyncio >= 0.2.0
django
jinja2
mako
tonnikala
tornado

0 comments on commit 764f4da

Please sign in to comment.