Skip to content

Commit

Permalink
Merge pull request #383 from mithro/sphinx-conf-fix
Browse files Browse the repository at this point in the history
Fixing Sphinx config for GitHub.
  • Loading branch information
proppy authored Jul 13, 2022
2 parents defc450 + 99274f3 commit 3fbe6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"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__))
Expand Down

0 comments on commit 3fbe6e5

Please sign in to comment.