Skip to content

Commit a3f4a02

Browse files
dean0x7dwjakob
authored andcommitted
Minor docs build maintenance (#692)
* Switch breathe to stable releases. It was previously pulling directly from master because a required bugfix was not in a stable release yet. * Force update sphinx and RTD theme. When using conda, readthedocs pins sphinx==1.3.5 and sphinx_rtd_theme==0.1.7, which is a bit older than the ones used in the RTD regular (non-conda) build. The newer theme has nicer sidebar navigation (4-level depth vs. only 2-level on the older version). Note that the python==3.5 requirement must stay because RTD still installs the older sphinx at one point which isn't available with Python 3.6. [skip ci]
1 parent c7fcde7 commit a3f4a02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ channels:
44
- defaults
55
dependencies:
66
- python==3.5
7+
- sphinx==1.5.1
8+
- sphinx_rtd_theme==0.1.9
79
- doxygen
810
- pip
911
- pip:
10-
- https://github.com/michaeljones/breathe/archive/master.zip
12+
- breathe

0 commit comments

Comments
 (0)