Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 399f3a4

Browse files
authoredNov 10, 2023
DOC: increase TOC level depth (#27)
* DX: do not format notebooks with Prettier * FIX: fix typo in html title * FIX: pin constraints in Conda environment
1 parent 9ae1143 commit 399f3a4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.ipynb

‎docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ def get_execution_mode() -> str:
8585
"path_to_docs": "docs",
8686
"repository_branch": "main",
8787
"repository_url": "https://github.com/ComPWA/strong2020-salamanca",
88+
"show_toc_level": 2,
8889
"use_issues_button": True,
8990
}
90-
html_title = "Solutions to STRON2020 HaSP School"
91+
html_title = "Solutions to STRONG2020 HaSP School"
9192
linkcheck_anchors = False
9293
myst_enable_extensions = [
9394
"amsmath",

‎environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ dependencies:
33
- python==3.10.*
44
- pip
55
- pip:
6-
- -e .[dev]
6+
- |
7+
-c .constraints/py3.10.txt
8+
-e .[dev]

0 commit comments

Comments
 (0)
Please sign in to comment.