Skip to content

Commit 50beaac

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@251643b4
1 parent dc524cd commit 50beaac

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sphinx-notes/template",
3-
"commit": "7a50ba075b59fb6e386d75181e33135d458c8974",
3+
"commit": "251643b4d04376494409369c91f29ca047687a5d",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"sphinx_version": "7.0",
2121
"development_status": "3 - Alpha",
2222
"_template": "https://github.com/sphinx-notes/template",
23-
"_commit": "7a50ba075b59fb6e386d75181e33135d458c8974"
23+
"_commit": "251643b4d04376494409369c91f29ca047687a5d"
2424
}
2525
},
2626
"directory": null

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.1
3+
rev: v0.14.11
44
hooks:
55
- id: ruff
66
- id: ruff-format

docs/conf.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
# produce any output in the built files.
4646
show_authors = True
4747

48+
# Keep warnings as “system message” paragraphs in the rendered documents.
49+
keep_warnings = True
50+
4851
# -- Options for HTML output -------------------------------------------------
4952

5053
# The theme to use for HTML and HTML Help pages. See the documentation for
@@ -87,11 +90,7 @@
8790
autodoc_typehints = 'description'
8891

8992
extensions.append('sphinx.ext.intersphinx')
90-
intersphinx_mapping = {
91-
'python': ('https://docs.python.org/3', None),
92-
'sphinx': ('https://www.sphinx-doc.org/en/master', None),
93-
'jinja': ('https://jinja.palletsprojects.com/en/latest/', None),
94-
}
93+
intersphinx_mapping = {}
9594

9695
extensions.append('sphinx_sitemap')
9796
sitemap_filename = "sitemap.xml"

0 commit comments

Comments
 (0)