Skip to content

Commit

Permalink
Merge pull request #7 from Ouranosinc/enable-docs
Browse files Browse the repository at this point in the history
Address docs warning
  • Loading branch information
Zeitsperre authored Jul 24, 2024
2 parents 4c8319e + 211a96f commit 0b315ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Ouranosinc/cookiecutter-pypackage",
"commit": "bde0676566529a69276d43e1bcd78fa0b6527ed8",
"commit": "51f9b8dff09101af573c710ad9d30e43d87b7e02",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
with:
force: false
branch: ${{ github.ref }}
branch: ${{ github.ref }}
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
if not os.path.exists("_static"):
os.makedirs("_static")
html_static_path = ['_static']


Expand Down
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,11 @@ all = ["xsdba[dev]", "xsdba[docs]"]
xsdba = "xsdba.cli:app"

[project.urls]
# "Homepage" = "https://xsdba.readthedocs.io/"
# "Changelog" = "https://xsdba.readthedocs.io/en/stable/history.html"
# "About Ouranos" = "https://ouranos.ca/en/"
"Homepage" = "https://xsdba.readthedocs.io/"
"Changelog" = "https://xsdba.readthedocs.io/en/stable/changelog.html"
"About Ouranos" = "https://ouranos.ca/en/"
"Issue tracker" = "https://github.com/Ouranosinc/xsdba/issues"
"changelog" = "https://github.com/Ouranosinc/xsdba/blob/main/CHANGELOG.rst"
"homepage" = "https://github.com/Ouranosinc/xsdba"
"Source" = "https://github.com/Ouranosinc/xsdba/"

[tool]

Expand Down

0 comments on commit 0b315ea

Please sign in to comment.