Updated Sphinx configuration (#11165)

This commit is contained in:
Massimiliano Culpo 2019-04-11 23:38:52 +02:00 committed by Peter Scheibel
parent 177b7f111a
commit 263d8a818a
3 changed files with 13 additions and 4 deletions

9
.readthedocs.yml Normal file
View file

@ -0,0 +1,9 @@
version: 2
sphinx:
configuration: lib/spack/docs/conf.py
python:
version: 3.7
install:
- requirements: lib/spack/docs/requirements.txt

View file

@ -73,7 +73,7 @@ jobs:
- r-base-core
- r-base-dev
- python: '3.6'
- python: '3.7'
sudo: required
os: linux
language: python

View file

@ -1,6 +1,6 @@
# These dependencies should be installed using pip in order
# to build the documentation.
sphinx==1.7.0
sphinxcontrib-programoutput
sphinx-rtd-theme
sphinx==2.0.1
sphinxcontrib-programoutput==0.14
sphinx-rtd-theme==0.4.3