mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
b7e99c1c38
Fixup for ac89707ecc
Currently, there is a doc error without CONTRIBUTING.rst:
docs/source/contributing.rst:3: SEVERE: Problems with "include" directive path:
InputError: [Errno 2] No such file or directory: 'CONTRIBUTING.rst'.
This change should fix it.
29 lines
484 B
Plaintext
29 lines
484 B
Plaintext
include COPYING.md
|
|
include CONTRIBUTING.rst
|
|
include README.md
|
|
include package.json
|
|
include bower.json
|
|
include .bowerrc
|
|
include setupbase.py
|
|
include Dockerfile
|
|
graft tools
|
|
|
|
# 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
|