File tree 5 files changed +84
-2
lines changed
5 files changed +84
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ build :
4
+ os : ubuntu-22.04
5
+ tools :
6
+ python : " 3.11"
7
+
8
+ # Build from the docs/ directory with Sphinx
9
+ sphinx :
10
+ configuration : docs/conf.py
11
+ fail_on_warning : true
12
+
13
+ # Explicitly set the version of Python and its requirements
14
+ python :
15
+ install :
16
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 29
29
extensions = ["sphinx.ext.autodoc" ]
30
30
31
31
# Add any paths that contain templates here, relative to this directory.
32
- templates_path = ["_templates" ]
32
+ templates_path = []
33
33
34
34
# List of patterns, relative to source directory, that match files and
35
35
# directories to ignore when looking for source files.
53
53
# Add any paths that contain custom static files (such as style sheets) here,
54
54
# relative to this directory. They are copied after the builtin static files,
55
55
# so a file named "default.css" will overwrite the builtin "default.css".
56
- html_static_path = ["_static" ]
56
+ html_static_path = []
57
57
58
58
# The master toctree document.
59
59
master_doc = "index"
Original file line number Diff line number Diff line change
1
+ sphinx<7.0.0
2
+ sphinx_rtd_theme
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
+ # by the following command:
4
+ #
5
+ # pip-compile --resolver=backtracking requirements.in
6
+ #
7
+ alabaster == 0.7.13
8
+ # via sphinx
9
+ babel == 2.12.1
10
+ # via sphinx
11
+ certifi == 2023.5.7
12
+ # via requests
13
+ charset-normalizer == 3.1.0
14
+ # via requests
15
+ docutils == 0.18.1
16
+ # via
17
+ # sphinx
18
+ # sphinx-rtd-theme
19
+ idna == 3.4
20
+ # via requests
21
+ imagesize == 1.4.1
22
+ # via sphinx
23
+ importlib-metadata == 6.6.0
24
+ # via sphinx
25
+ jinja2 == 3.1.2
26
+ # via sphinx
27
+ markupsafe == 2.1.2
28
+ # via jinja2
29
+ packaging == 23.1
30
+ # via sphinx
31
+ pygments == 2.15.1
32
+ # via sphinx
33
+ requests == 2.30.0
34
+ # via sphinx
35
+ snowballstemmer == 2.2.0
36
+ # via sphinx
37
+ sphinx == 6.2.1
38
+ # via
39
+ # -r requirements.in
40
+ # sphinx-rtd-theme
41
+ # sphinxcontrib-jquery
42
+ sphinx-rtd-theme == 1.2.0
43
+ # via -r requirements.in
44
+ sphinxcontrib-applehelp == 1.0.4
45
+ # via sphinx
46
+ sphinxcontrib-devhelp == 1.0.2
47
+ # via sphinx
48
+ sphinxcontrib-htmlhelp == 2.0.1
49
+ # via sphinx
50
+ sphinxcontrib-jquery == 4.1
51
+ # via sphinx-rtd-theme
52
+ sphinxcontrib-jsmath == 1.0.1
53
+ # via sphinx
54
+ sphinxcontrib-qthelp == 1.0.3
55
+ # via sphinx
56
+ sphinxcontrib-serializinghtml == 1.1.5
57
+ # via sphinx
58
+ urllib3 == 2.0.2
59
+ # via requests
60
+ zipp == 3.15.0
61
+ # via importlib-metadata
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ dynamic = [
50
50
]
51
51
52
52
[project .optional-dependencies ]
53
+ docs = [
54
+ " pip-tools>=6.13.0" ,
55
+ ]
53
56
test = [
54
57
" assertpy>=1.1" ,
55
58
" beautifulsoup4>=4.11.1" ,
You can’t perform that action at this time.
0 commit comments