Skip to content

Commit

Permalink
DOC: increase TOC level depth (#27)
Browse files Browse the repository at this point in the history
* DX: do not format notebooks with Prettier
* FIX: fix typo in html title
* FIX: pin constraints in Conda environment
  • Loading branch information
redeboer committed Nov 10, 2023
1 parent 9ae1143 commit 399f3a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ipynb
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ def get_execution_mode() -> str:
"path_to_docs": "docs",
"repository_branch": "main",
"repository_url": "https://github.com/ComPWA/strong2020-salamanca",
"show_toc_level": 2,
"use_issues_button": True,
}
html_title = "Solutions to STRON2020 HaSP School"
html_title = "Solutions to STRONG2020 HaSP School"
linkcheck_anchors = False
myst_enable_extensions = [
"amsmath",
Expand Down
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ dependencies:
- python==3.10.*
- pip
- pip:
- -e .[dev]
- |
-c .constraints/py3.10.txt
-e .[dev]

0 comments on commit 399f3a4

Please sign in to comment.