Skip to content

Commit

Permalink
Update Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Feb 28, 2024
1 parent 38df78f commit 3050c73
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 42 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
rst_prolog = "\n".join([open(x, encoding="utf-8").read() for x in os.scandir(shared)])

extlinks = {
"yadism": ("https://n3pdf.github.io/yadism/%s", "yadism"),
"eko": ("https://n3pdf.github.io/eko/%s", "eko"),
"pineko": ("https://github.com/N3PDF/pineko/%s", "pineko"),
"yadism": ("https://n3pdf.github.io/yadism/%s", "yadism/%s"),
"eko": ("https://n3pdf.github.io/eko/%s", "eko/%s"),
"pineko": ("https://github.com/N3PDF/pineko/%s", "pineko/%s"),
}

# -- Options for HTML output -------------------------------------------------
Expand Down
66 changes: 28 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ appdirs = "^1.4.4"
optional = true

[tool.poetry.group.docs.dependencies]
Sphinx = "^4.3.2"
Sphinx = "^7.0.0"
sphinx-rtd-theme = "^1.0.0"
sphinxcontrib-bibtex = "^2.4.1"

Expand Down

0 comments on commit 3050c73

Please sign in to comment.