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
f3565ad7
Commit
f3565ad7
authored
Jan 15, 2021
by
jannick.wolters
Browse files
updated conf.py
parent
3a30678c
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
f3565ad7
...
@@ -74,7 +74,7 @@ breathe_default_project = "KiT-RT"
...
@@ -74,7 +74,7 @@ breathe_default_project = "KiT-RT"
read_the_docs_build
=
os
.
environ
.
get
(
'READTHEDOCS'
,
None
)
==
'True'
read_the_docs_build
=
os
.
environ
.
get
(
'READTHEDOCS'
,
None
)
==
'True'
if
read_the_docs_build
:
if
read_the_docs_build
:
inputDir
=
'../code
/build/
'
inputDir
=
'../code'
outputDir
=
'../code/build/debug/docs/doxygen'
outputDir
=
'../code/build/debug/docs/doxygen'
if
not
os
.
path
.
exists
(
outputDir
):
if
not
os
.
path
.
exists
(
outputDir
):
os
.
makedirs
(
outputDir
)
os
.
makedirs
(
outputDir
)
...
...
jannick.wolters
@jm2154
mentioned in commit
c33e8aa3
·
Apr 30, 2021
mentioned in commit
c33e8aa3
mentioned in commit c33e8aa38a0a557cc89daf96e014cb23c5ef80cd
Toggle commit list
Write
Preview
Supports
Markdown
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