Skip to content

Commit

Permalink
Updated Sphinx configuration (spack#11165)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo authored and scheibelp committed Apr 11, 2019
1 parent 177b7f1 commit 263d8a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2

sphinx:
configuration: lib/spack/docs/conf.py

python:
version: 3.7
install:
- requirements: lib/spack/docs/requirements.txt
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- r-base-core
- r-base-dev

- python: '3.6'
- python: '3.7'
sudo: required
os: linux
language: python
Expand Down
6 changes: 3 additions & 3 deletions lib/spack/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 263d8a8

Please sign in to comment.