diff --git a/docs/source/conf.py b/docs/source/conf.py index dc821f72be00f3d8a8731413cfb35ea9a4a02709..31823f6c5a2e93e0e2160cb04de9277913e26e5c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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