Skip to content
Snippets Groups Projects
Commit 0330e2b9 authored by David Hendriks's avatar David Hendriks
Browse files

working on docs

parent eaf918d2
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,6 @@ import sphinx_rtd_theme
# Include paths for python code
sys.path.insert(0, os.path.abspath("."))
# sys.path.insert(0, os.path.abspath("../../binarycpython"))
# # sys.path.insert(0, os.path.abspath('../../examples'))
# sys.path.insert(0, os.path.abspath("../../"))
# sys.path.insert(0, os.path.abspath("../../binarycpython/utils"))
sys.path.insert(0, os.path.join(os.getenv("BINARY_C"), "src/API/"))
# include paths for c code
......@@ -128,3 +124,5 @@ print("Done")
print("Generating grid_options_descriptions.rst")
write_grid_options_to_rst_file("grid_options_descriptions.rst")
print("Done")
# Add
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment