Merge pull request #383 from mithro/sphinx-conf-fix

Fixing Sphinx config for GitHub.
This commit is contained in:
Johan Euphrosine 2022-07-12 20:09:57 -04:00 committed by GitHub
commit 3fbe6e5b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ if not on_rtd:
"display_github": True, # Integrate GitHub
"github_user": "google", # Username
"github_repo": "skywater-pdk", # Repo name
"github_version": "master", # Version
"conf_py_path": "/doc/",
"github_version": "main", # Version
"conf_py_path": "/docs/",
}
else:
docs_dir = os.path.abspath(os.path.dirname(__file__))