File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed 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
+ # Set the version of Python and other tools you might need
8
+ build :
9
+ apt_packages :
10
+ - tox
11
+ os : ubuntu-22.04
12
+ tools :
13
+ python : " 3.11"
14
+
15
+ # Build documentation in the doc/source/ directory with Sphinx
16
+ sphinx :
17
+ configuration : doc/source/conf.py
18
+
19
+ # We recommend specifying your dependencies to enable reproducible builds:
20
+ # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
21
+ python :
22
+ install :
23
+ - requirements : doc/requirements.txt
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes documentation builds on Read the Docs.
You can’t perform that action at this time.
0 commit comments