Updated Sphinx configuration (#11165)
This commit is contained in:
parent
177b7f111a
commit
263d8a818a
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-core
|
||||||
- r-base-dev
|
- r-base-dev
|
||||||
|
|
||||||
- python: '3.6'
|
- python: '3.7'
|
||||||
sudo: required
|
sudo: required
|
||||||
os: linux
|
os: linux
|
||||||
language: python
|
language: python
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# These dependencies should be installed using pip in order
|
# These dependencies should be installed using pip in order
|
||||||
# to build the documentation.
|
# to build the documentation.
|
||||||
|
|
||||||
sphinx==1.7.0
|
sphinx==2.0.1
|
||||||
sphinxcontrib-programoutput
|
sphinxcontrib-programoutput==0.14
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme==0.4.3
|
||||||
|
Loading…
Reference in New Issue
Block a user