Skip to content

Commit

Permalink
pathing test
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 30, 2023
1 parent cde9ff0 commit 5a6f3ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
# Call doxygen
from subprocess import call
call(['doxygen', "./doxygen/Doxyfile.in"])

# Modify Doxyfile for ReadTheDocs compatibility
#with open('./doxygen/Doxyfile.in', 'r') as f:
# fdata = f.read()
#fdata = fdata.replace('@PROJECT_SOURCE_DIR@', '.')
#with open('./doxygen/Doxyfile.in', 'w') as f:
# f.write(fdata)



# Get current directory
conf_directory = os.path.dirname(os.path.realpath(__file__))
Expand Down
4 changes: 2 additions & 2 deletions docs/doxygen/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ PROJECT_ICON =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = @PROJECT_BINARY_DIR@/html/doxygen
# OUTPUT_DIRECTORY = @PROJECT_BINARY_DIR@/html/doxygen

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
Expand Down Expand Up @@ -2716,7 +2716,7 @@ DOT_PATH =
# command).
# This tag requires that the tag HAVE_DOT is set to YES.

DOTFILE_DIRS = @PROJECT_SOURCE_DIR@/docs
DOTFILE_DIRS =

# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Doxygen generated API documentation can be found here: `API 1 <../../../doxygen/
Doxygen generated API documentation can be found here: `API 2 <../doxygen/html/index.html>`_
Doxygen generated API documentation can be found here: `API 3 <./doxygen/html/index.html>`_
Doxygen generated API documentation can be found here: `API 4 <./html/doxygen/index.html>`_
Doxygen generated API documentation can be found here: `API 5 <../../../html/doxygen/index.html>`_
Doxygen generated API documentation can be found here: `API 5 <../../html/doxygen/index.html>`_
Doxygen generated API documentation can be found here: `API 6 <../_readthedocs/html>`_

../_readthedocs/html
Expand Down

0 comments on commit 5a6f3ff

Please sign in to comment.