diff --git a/dev_tools/docs/build_api_docs.py b/dev_tools/docs/build_api_docs.py index 6e5f6aa67..6e8bde7cb 100644 --- a/dev_tools/docs/build_api_docs.py +++ b/dev_tools/docs/build_api_docs.py @@ -35,7 +35,7 @@ flags.DEFINE_bool("search_hints", True, "Include metadata search hints in the generated files") -flags.DEFINE_string("site_path", "/reference/python/openfermion", "Path prefix in the _toc.yaml") +flags.DEFINE_string("site_path", "/reference/python", "Path prefix in the _toc.yaml") FLAGS = flags.FLAGS