Commit e02caf0 1 parent 0f69d48 commit e02caf0 Copy full SHA for e02caf0
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ This show how the different extensions get rendered in ansys-sphinx-theme. This
10
10
:link: sphinx-design
11
11
:link-type: ref
12
12
13
- Examples of the sphinx design rendered using the `ansys-sphinx-theme `.
13
+ Examples of the sphinx design rendered using the `ansys-sphinx-theme `.
14
14
15
15
.. grid-item ::
16
16
.. card :: Table
17
17
:link: table
18
18
:link-type: ref
19
19
20
- Examples of tables with JavaScript and RST rendered using the `ansys-sphinx-theme `.
21
- It also recommends improving documentation with RST.
20
+ Examples of tables with JavaScript and RST rendered using the `ansys-sphinx-theme `.
21
+ It also recommends improving documentation with RST.
22
22
23
23
24
24
.. toctree ::
25
25
:hidden:
26
26
:maxdepth: 2
27
27
28
28
sphinx-design
29
- table
29
+ table
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ please refer `sphinx design <https://sphinx-design.readthedocs.io/en/latest/inde
14
14
{{ title[0].upper() }}{{ title[1:] }}
15
15
{{ '~' * (title | length) }}
16
16
17
- .. literalinclude :: sphinx_examples/{{ filename }}
18
- :language: rst
17
+ .. literalinclude :: sphinx_examples/{{ filename }}
18
+ :language: rst
19
19
20
20
This directive renders as follows:
21
21
22
- .. include :: sphinx_examples/{{ filename }}
22
+ .. include :: sphinx_examples/{{ filename }}
23
23
24
24
{% endfor %}
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ commands =
43
43
description = Check if documentation generates properly
44
44
extras = doc
45
45
commands =
46
- sphinx-build -d " {toxworkdir}/doc_doctree " doc/source " {toxworkdir}/doc_out " --color -vW -bhtml
46
+ sphinx-build doc/source " {toxinidir}/doc/_build/html " --color -vW -bhtml
You can’t perform that action at this time.
0 commit comments