File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 4
4
# Required
5
5
version : 2
6
6
7
- # Set the OS, Python version and other tools you might need
7
+ # Set the OS, Python version and other tools you might need.
8
8
build :
9
9
os : ubuntu-22.04
10
10
tools :
@@ -14,22 +14,24 @@ build:
14
14
# rust: "1.70"
15
15
# golang: "1.20"
16
16
17
- # Build documentation in the "docs /" directory with Sphinx
17
+ # Build documentation in the "doc /" directory with Sphinx.
18
18
sphinx :
19
19
configuration : doc/source/conf.py
20
20
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
21
21
# builder: "dirhtml"
22
22
# Fail on all warnings to avoid broken references
23
- # fail_on_warning: true
23
+ fail_on_warning : true
24
24
25
- # Optionally build your docs in additional formats such as PDF and ePub
25
+ # Optionally build your docs in additional formats such as PDF and ePub.
26
26
# formats:
27
- # - pdf
28
- # - epub
27
+ # - pdf
28
+ # - epub
29
29
30
30
# Optional but recommended, declare the Python requirements required
31
- # to build your documentation
31
+ # to build your documentation.
32
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
- # python:
34
- # install:
35
- # - requirements: docs/requirements.txt
33
+ python :
34
+ install :
35
+ - method : pip
36
+ path : .
37
+ - requirements : doc/requirements.txt
Original file line number Diff line number Diff line change 93
93
# Options for HTML output
94
94
# -----------------------
95
95
96
- # html_theme = "sphinx_rtd_theme"
96
+ html_theme = "sphinx_rtd_theme"
97
97
html_theme_options = {}
98
98
99
99
# The name for this set of Sphinx documents. If None, it defaults to
You can’t perform that action at this time.
0 commit comments