Skip to content

Commit

Permalink
Merge pull request #57 from statisticsnorway/cleanup-after-config-res…
Browse files Browse the repository at this point in the history
…tructuring

Cleanup after config restructuring
  • Loading branch information
bryeng authored Dec 10, 2024
2 parents 75f1e70 + b2713f1 commit 76089b8
Show file tree
Hide file tree
Showing 12 changed files with 1,316 additions and 1,098 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@
"undoc-members": True,
"exclude-members": "__weakref__", # not sure about this one?
}
copybutton_exclude = ".linenos, .gp"
1,424 changes: 677 additions & 747 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ numpy = ">=1.26.4"
matplotlib = "^3.8.4"
duckdb = "^1.0.0"
polars = "^1.5.0"
sphinx-copybutton = "^0.5.2"
sphinx-material = "^0.0.36"
sphinx-togglebutton = "^0.3.2"
tomli = "^2.1.0"
tomli-w = "^1.1.0"
sphinx-togglebutton = ">=0.3.2"
sphinx-copybutton = ">=0.5.2"

[tool.poetry.group.dev.dependencies]
pygments = ">=2.10.0"
Expand Down
Loading

0 comments on commit 76089b8

Please sign in to comment.