Skip to content
Snippets Groups Projects
Commit e6cb0569 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Provide Sphinx and its dependencies

parent f8ba7331
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ jobs: ...@@ -24,6 +24,8 @@ jobs:
- run: - run:
name: "Sphinx Documentation Build" name: "Sphinx Documentation Build"
command: | command: |
pip install --upgrade pip
pip install requirements-doc.txt
sphinx-build docs/source docs/build sphinx-build docs/source docs/build
......
alabaster==0.7.12
Babel==2.7.0
chardet==3.0.4
docutils==0.14
filelock==3.0.10
idna==2.8
imagesize==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
packaging==19.0
pluggy==0.8.1
py==1.7.0
Pygments==2.4.2
pyparsing==2.3.1
pytz==2019.1
requests==2.22.0
six==1.12.0
snowballstemmer==1.2.1
Sphinx==2.1.1
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
toml==0.10.0
tox==3.7.0
urllib3==1.25.3
virtualenv==16.4.1
# Let it float since it is time sensitive and we hope it is completely API
# stable.
certifi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment