mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
dc64e03afc
* Initial WIP static files removal (it builds, but has bugs).
* del nbclassic from __init__.
* Removed unneeded CSS/JS compilation logic.
* Removed more frontend web logic.
* Added nbclassic as a proper notebook dependency.
* Updated nbclassic dependency version.
* Added nbclassic to pyproject.toml.
* Moved DEFAULT_STATIC_FILES_PATH.
* Removed JS tests.
* Added nbclassic tgo docs build.
* Adding blank pre-commit-config for CI checks.
* Edited empty pre-commit-config
* Added docs to enforce-label workflow.
* Revised workflow comments.
* Adding WIP version_spec value to check_release step.
* Changed dev version number.
* Revert "Changed dev version number."
This reverts commit e66673160f
.
* Manual WIP version number update to 6.5.0.dev
* Manual (WIP) version dummy value for CI check.
* Revised version numbner (WIP).
* Reverted version number to pre-PR value.
* Pinned selenium version.
* Removed setup.py jsversion call.
* Removed webpack config.
* Removed bower/other web files.
* Disable test with modal dialog error.
* Modified pip upgrade command.
34 lines
563 B
Plaintext
34 lines
563 B
Plaintext
include LICENSE
|
|
include CONTRIBUTING.rst
|
|
include README.md
|
|
include CHANGELOG.md
|
|
include package.json
|
|
include pyproject.toml
|
|
include setup.py
|
|
include setupbase.py
|
|
include Dockerfile
|
|
graft tools
|
|
graft notebook/tests
|
|
|
|
# Translations
|
|
graft notebook/i18n
|
|
|
|
# Documentation
|
|
graft docs
|
|
exclude docs/\#*
|
|
|
|
# Examples
|
|
graft examples
|
|
|
|
# docs subdirs we want to skip
|
|
prune docs/build
|
|
prune docs/gh-pages
|
|
prune docs/dist
|
|
|
|
# Patterns to exclude from any directory
|
|
global-exclude *~
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude .git
|
|
global-exclude .ipynb_checkpoints
|