File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ dependencies:
19
19
- pip
20
20
- pip :
21
21
- pangeo-sphinx-book-theme
22
+ # relative to this file. Needs to be editable to be accepted.
23
+ - -e ../..
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def setup(app):
179
179
# Add any paths that contain custom static files (such as style sheets) here,
180
180
# relative to this directory. They are copied after the builtin static files,
181
181
# so a file named "default.css" will overwrite the builtin "default.css".
182
- html_static_path = ['_static' ]
182
+ # html_static_path = ['_static']
183
183
184
184
# Add any extra paths that contain custom files (such as robots.txt or
185
185
# .htaccess) here, relative to this directory. These files are copied
Original file line number Diff line number Diff line change
1
+ # Read the Docs configuration file
2
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+ # Required
5
+ version : 2
6
+
7
+ build :
8
+ os : ubuntu-20.04
9
+ tools :
10
+ python : mambaforge-4.10
11
+
12
+ # Build documentation in the doc/ directory with Sphinx
13
+ sphinx :
14
+ configuration : doc/conf.py
15
+ fail_on_warning : true
16
+
17
+ # Optionally declare the Python requirements required to build your docs
18
+ conda :
19
+ environment : ci/requirements/doc.yml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments