Skip to content

Commit 678a9de

Browse files
authored
Merge pull request #48 from Sichao25/yus/debug
Fix invalid link and command in docs
2 parents 27f5873 + 3e81a93 commit 678a9de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docsDoxySphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import subprocess, os
1818

1919
# Doxygen
20-
subprocess.call('doxygen Doxyfile', shell=True)
20+
subprocess.call('doxygen Doxyfile.193', shell=True)
2121

2222
# -- Project information -----------------------------------------------------
2323

docsDoxySphinx/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Indices and tables
1616
==================
1717

1818
* :ref:`genindex`
19-
* :ref:`modindex`
2019
* :ref:`search`
2120

2221

0 commit comments

Comments
 (0)