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 48133ad commit cde9ff0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = [os.path.join(conf_directory, 'sphinx/_build/_static')]

html_static_path = ['docs/sphinx/_build/_static/theme_overrides.css']
#html_static_path = ['docs/sphinx/_build/_static/theme_overrides.css']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
8 changes: 8 additions & 0 deletions docs/doxygen/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ API Documentation

Doxygen generated API documentation can be found here: `API documentation <../../doxygen/html/index.html>`_

Doxygen generated API documentation can be found here: `API 1 <../../../doxygen/html/index.html>`_
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 6 <../_readthedocs/html>`_

../_readthedocs/html
`Coo_8cpp documentation <html/Coo_8cpp.html>`_

`Csc_8cpp documentation <html/Csc_8cpp.htmll>`_
Expand Down

0 comments on commit cde9ff0

Please sign in to comment.