Skip to content

Commit d7aab8c

Browse files
committed
build(docs)πŸ—‘οΈ: remove documentation and related build files for mkdocs
- Delete the docs/ directory and all documentation files including markdown, CSS, and JS assets. - Remove mkdocs.yaml configuration file. - Remove MANIFEST.in as it is no longer needed for documentation assets. - Update pyproject.toml to explicitly include puns.json as package data for scipyconference. - Update pixi.lock to reflect changes in package data and hash.
1 parent 197bd0a commit d7aab8c

File tree

9 files changed

+4
-222
lines changed

9 files changed

+4
-222
lines changed

β€ŽMANIFEST.inβ€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Ždocs/api.mdβ€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Ždocs/apidocs.cssβ€Ž

Lines changed: 0 additions & 14 deletions
This file was deleted.

β€Ždocs/config.jsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/index.mdβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.

β€Ždocs/usage.mdβ€Ž

Lines changed: 0 additions & 120 deletions
This file was deleted.

β€Žmkdocs.yamlβ€Ž

Lines changed: 0 additions & 50 deletions
This file was deleted.

β€Žpixi.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpyproject.tomlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ select = ["E", "F", "I"]
6060
[tool.setuptools]
6161
include-package-data = true
6262

63+
[tool.setuptools.package-data]
64+
scipyconference = ["puns.json"]
65+
6366
[tool.setuptools.packages.find]
6467
where = ["."]
6568
namespaces = false

0 commit comments

Comments
Β (0)