Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bundler endpoints #47

Merged
merged 1 commit into from
May 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx>=1.3.6
sphinx-rtd-theme
nbsphinx
sphinxcontrib_github_alt
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies:
- nbsphinx
- Send2Trash
- prometheus_client
- sphinxcontrib_github_alt
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
# add repo root to sys.path
# here = root/docs/source
here = os.path.abspath(os.path.dirname(__file__))
sphinxext = os.path.join(os.path.dirname(here), 'sphinxext')
sys.path.insert(0, sphinxext)
repo_root = os.path.dirname(os.path.dirname(here))
sys.path.insert(0, repo_root)

Expand Down Expand Up @@ -72,7 +70,7 @@
'sphinx.ext.mathjax',
'IPython.sphinxext.ipython_console_highlighting',
'nbsphinx',
'github',
'sphinxcontrib_github_alt',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
157 changes: 0 additions & 157 deletions docs/sphinxext/github.py

This file was deleted.

Empty file removed jupyter_server/bundler/__init__.py
Empty file.
7 changes: 0 additions & 7 deletions jupyter_server/bundler/__main__.py

This file was deleted.

Loading