Skip to content

Commit 5f4c064

Browse files
committed
Get build working
1 parent 1d837b8 commit 5f4c064

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@
2323
# List of patterns, relative to source directory, that match files and
2424
# directories to ignore when looking for source files.
2525
# This pattern also affects html_static_path and html_extra_path.
26-
exclude_patterns = ['_build', 'notes', '.tox', '.tmp', '.pytest_cache', 'README.md']
26+
exclude_patterns = [
27+
'build',
28+
'notes',
29+
'.pixi',
30+
'.tox',
31+
'.tmp',
32+
'.pytest_cache',
33+
'README.md'
34+
]
2735

2836
# MyST-NB configuration
2937
nb_merge_streams = True

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "0.1.0"
1414
[tasks]
1515
build = { cmd = [
1616
"sphinx-build",
17-
"docs", # source directory
17+
".", # source directory
1818
"build/html", # target directory
1919
"-n", # warn about missing references
2020
"-W", # any warnings fail the build

0 commit comments

Comments
 (0)