Updated Sphinx configuration (#11165)
This commit is contained in:
parent
177b7f111a
commit
263d8a818a
3 changed files with 13 additions and 4 deletions
9
.readthedocs.yml
Normal file
9
.readthedocs.yml
Normal 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
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
- r-base-core
|
||||
- r-base-dev
|
||||
|
||||
- python: '3.6'
|
||||
- python: '3.7'
|
||||
sudo: required
|
||||
os: linux
|
||||
language: python
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue