Skip to content

Commit 0c59bee

Browse files
committed
undo myst config change
1 parent 5a1a4ce commit 0c59bee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@
120120

121121
# MyST config
122122
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "amsmath", "substitution"]
123-
citation_code = """
123+
citation_code = f"""
124124
```bibtex
125-
@incollection{citekey,
125+
@incollection{{citekey,
126126
author = "<notebook authors, see above>",
127127
title = "<notebook title>",
128128
editor = "PyMC Team",
129129
booktitle = "PyMC examples",
130-
}
130+
}}
131131
```
132132
"""
133133

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ select = ["E", "F", "I", "UP", "W"]
1414
ignore-init-module-imports = true
1515

1616
[tool.ruff.extend-per-file-ignores]
17-
"docs/conf.py" = ["E501"]
17+
"docs/conf.py" = ["E501", "F541"]
1818
"tests/test_*.py" = ["F841"]
1919

2020
[tool.coverage.report]

0 commit comments

Comments
 (0)