Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
e6e3b0ad
Commit
e6e3b0ad
authored
Jan 15, 2021
by
Tianbai Xiao
Browse files
Try mount w/ xml
Former-commit-id:
eb78add6
parent
76bf4bc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
e6e3b0ad
...
...
@@ -65,7 +65,7 @@ html_theme = "sphinx_rtd_theme"
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
"""
breathe_projects = {
"KiT-RT": "../code/build/debug/docs/doxygen/xml/",
}
...
...
@@ -86,3 +86,4 @@ if read_the_docs_build:
line = line.replace('@DOXYGEN_INPUT_DIR@', inputDir)
fout.write(line)
subprocess.call('doxygen', shell=True)
"""
\ No newline at end of file
doc/index.rst
View file @
e6e3b0ad
...
...
@@ -8,7 +8,7 @@ Welcome to KiT-RT's documentation!
.. toctree::
:maxdepth: 1
:caption: Contents:
introduction
authors
installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment