File tree 5 files changed +45
-19
lines changed
5 files changed +45
-19
lines changed Original file line number Diff line number Diff line change
1
+ 3.11
Original file line number Diff line number Diff line change
1
+ # .readthedocs.yaml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+ # Required
6
+ version : 2
7
+
8
+ # Set the version of Python and other tools you might need
9
+ build :
10
+ os : ubuntu-24.04
11
+ tools :
12
+ python : " 3.11"
13
+
14
+ # Build documentation in the docs/ directory with Sphinx
15
+ sphinx :
16
+ configuration : docs/conf.py
17
+ builder : dirhtml
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 : requirements_dev.txt
24
+
25
+
26
+
Original file line number Diff line number Diff line change 17
17
# add these directories to sys.path here. If the directory is relative to the
18
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
19
#
20
- import os
21
20
# import sys
22
21
# sys.path.insert(0, os.path.abspath('.'))
23
22
from recommonmark .transform import AutoStructify
121
120
122
121
123
122
# -- Options for HTML output ----------------------------------------------
124
- # on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
125
- on_rtd = os .environ .get ('READTHEDOCS' , None ) == 'True'
126
-
127
- if not on_rtd : # only import and set the theme if we're building docs locally
128
- import sphinx_rtd_theme
129
- html_theme = 'sphinx_rtd_theme'
130
- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
131
-
132
123
# The theme to use for HTML and HTML Help pages. See the documentation for
133
124
# a list of builtin themes.
134
125
#
135
- #html_theme = 'alabaster'
126
+ html_theme = "odsc_default_sphinx_theme"
127
+
136
128
137
129
# Theme options are theme-specific and customize the look and feel of a theme
138
130
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ transifex-client
12
12
libsass
13
13
Sphinx
14
14
recommonmark
15
- sphinx_rtd_theme
15
+ odsc-default-sphinx-theme
16
16
hypothesis
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ backports-datetime-fromisoformat==2.0.1
30
30
# via
31
31
# -r requirements.txt
32
32
# flattentool
33
+ beautifulsoup4==4.12.3
34
+ # via furo
33
35
behave==1.2.5
34
36
# via
35
37
# -r requirements.txt
@@ -100,7 +102,6 @@ docutils==0.20.1
100
102
# via
101
103
# recommonmark
102
104
# sphinx
103
- # sphinx-rtd-theme
104
105
et-xmlfile==1.1.0
105
106
# via
106
107
# -r requirements.txt
@@ -114,6 +115,8 @@ flattentool==0.26.0
114
115
# -r requirements.txt
115
116
# libcove
116
117
# libcoveweb
118
+ furo==2024.8.6
119
+ # via odsc-default-sphinx-theme
117
120
gunicorn==23.0.0
118
121
# via -r requirements.txt
119
122
h11==0.14.0
@@ -175,6 +178,8 @@ odfpy==1.4.1
175
178
# via
176
179
# -r requirements.txt
177
180
# flattentool
181
+ odsc-default-sphinx-theme==0.0.1
182
+ # via -r requirements_dev.in
178
183
openpyxl==3.1.5
179
184
# via
180
185
# -r requirements.txt
@@ -216,7 +221,9 @@ pycparser==2.22
216
221
pyflakes==3.2.0
217
222
# via flake8
218
223
pygments==2.18.0
219
- # via sphinx
224
+ # via
225
+ # furo
226
+ # sphinx
220
227
pysocks==1.7.1
221
228
# via urllib3
222
229
pytest==8.3.2
@@ -301,22 +308,22 @@ sortedcontainers==2.4.0
301
308
# via
302
309
# hypothesis
303
310
# trio
311
+ soupsieve==2.6
312
+ # via beautifulsoup4
304
313
sphinx==7.4.7
305
314
# via
306
315
# -r requirements_dev.in
316
+ # furo
307
317
# recommonmark
308
- # sphinx-rtd-theme
309
- # sphinxcontrib-jquery
310
- sphinx-rtd-theme==2.0.0
311
- # via -r requirements_dev.in
318
+ # sphinx-basic-ng
319
+ sphinx-basic-ng==1.0.0b2
320
+ # via furo
312
321
sphinxcontrib-applehelp==2.0.0
313
322
# via sphinx
314
323
sphinxcontrib-devhelp==2.0.0
315
324
# via sphinx
316
325
sphinxcontrib-htmlhelp==2.1.0
317
326
# via sphinx
318
- sphinxcontrib-jquery==4.1
319
- # via sphinx-rtd-theme
320
327
sphinxcontrib-jsmath==1.0.1
321
328
# via sphinx
322
329
sphinxcontrib-qthelp==2.0.0
You can’t perform that action at this time.
0 commit comments