Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Feb 15, 2024
1 parent 577ef88 commit 6184aaf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_context = {
"github_user": "obidam",
"github_repo": "pyxpcm",
"github_version": "master",
"doc_path": "docs",
}


# Sometimes the savefig directory doesn't exist and needs to be created
# https://github.com/ipython/ipython/issues/8733
# becomes obsolete when we can pin ipython>=5.2; see doc/environment.yml
Expand Down Expand Up @@ -211,6 +219,10 @@
u'pyXpcm Developers', 'manual'),
]

# -- Options for Github ---------------------------------------
# GitHub repo
issues_github_path = "obidam/pyxpcm"


# -- Options for manual page output ---------------------------------------

Expand Down

0 comments on commit 6184aaf

Please sign in to comment.