Skip to content

Commit ce26c9d

Browse files
docs: exclude draft pages and clean toctree warnings
1 parent bc2b151 commit ce26c9d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
templates_path = ["_templates"]
33-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
33+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "integration.rst", "benchmarks.rst"]
3434

3535
language = "en"
3636

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Welcome. Explore the examples, modules, and benchmark studies to understand how
4646
examples
4747
architecture
4848
theory
49-
integration
50-
benchmarks
5149
changelog
5250
contributing
5351
modules/api_overview

0 commit comments

Comments
 (0)