Merge pull request #383 from mithro/sphinx-conf-fix
Fixing Sphinx config for GitHub.
This commit is contained in:
commit
3fbe6e5b23
|
@ -86,8 +86,8 @@ if not on_rtd:
|
||||||
"display_github": True, # Integrate GitHub
|
"display_github": True, # Integrate GitHub
|
||||||
"github_user": "google", # Username
|
"github_user": "google", # Username
|
||||||
"github_repo": "skywater-pdk", # Repo name
|
"github_repo": "skywater-pdk", # Repo name
|
||||||
"github_version": "master", # Version
|
"github_version": "main", # Version
|
||||||
"conf_py_path": "/doc/",
|
"conf_py_path": "/docs/",
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
docs_dir = os.path.abspath(os.path.dirname(__file__))
|
docs_dir = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
Loading…
Reference in New Issue