We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f4d81 commit 493ada1Copy full SHA for 493ada1
.readthedocs.yml
@@ -4,9 +4,10 @@ version: 2
4
sphinx:
5
configuration: doc/conf.py
6
7
-conda:
8
- environment: doc/environment.yml
9
-
10
python:
11
version: 3.7
12
- pip_install: true
+ system_packages: true
+ install:
+ - path: .
+ - requirements: doc/requirements.txt
13
+ - requirements: requirements.txt
doc/environment.yml
doc/requirements.txt
@@ -0,0 +1 @@
1
+sphinxcontrib-bibtex
0 commit comments