File tree 7 files changed +24
-17
lines changed
7 files changed +24
-17
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ coverage.xml
52
52
53
53
# Sphinx documentation
54
54
docs /_build /
55
- docs /api
55
+ docs /api_generated /
56
56
57
57
# PyBuilder
58
58
target /
Original file line number Diff line number Diff line change 7
7
os : ubuntu-22.04
8
8
tools :
9
9
python : " 3.11"
10
+ apt_packages :
11
+ - graphviz
10
12
11
13
python :
12
14
install :
Original file line number Diff line number Diff line change 17
17
# Catch-all target: route all unknown targets to Sphinx using the new
18
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
19
% : Makefile
20
- @$(SPHINXAPIDOC ) -f -o api / -H " API" -e ../junitparser
20
+ @$(SPHINXAPIDOC ) -f -o api_generated / -H " API" -e ../junitparser
21
21
@$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
# -- Project information -----------------------------------------------------
23
23
24
24
project = "junitparser"
25
- copyright = "2019-2023 , Joel Wang"
25
+ copyright = "2019-2024 , Joel Wang"
26
26
author = "Joel Wang"
27
27
28
28
# The short X.Y version
184
184
185
185
186
186
# -- Extension configuration -------------------------------------------------
187
+
188
+ # -- Extra setup for inheritance_diagram directive which uses graphviz ---------
189
+
190
+ graphviz_output_format = "svg"
Original file line number Diff line number Diff line change 1
1
.. include :: ../README.rst
2
2
3
+ ..
4
+ NOTE: the "index" self-reference in the toctree below produces a warning
5
+ but makes sure it shows up in the left-side TOC like all the other pages
6
+
3
7
.. toctree ::
4
8
:maxdepth: 2
5
9
:hidden:
6
10
7
- api/inheritance_diagram
8
- api/modules
9
-
10
- Indices and tables
11
- ==================
12
-
13
- * :ref: `genindex `
14
- * :ref: `modindex `
15
- * :ref: `search `
11
+ index
12
+ api
13
+ genindex
14
+ modindex
15
+ search
Original file line number Diff line number Diff line change
1
+ *************************
2
+ Class Inheritance Diagram
3
+ *************************
4
+
5
+ .. inheritance-diagram :: junitparser.junitparser
6
+ :parts: -1
You can’t perform that action at this time.
0 commit comments