Carol Willing
aa459aeb39
Merge pull request #3021 from rkdarst/fix-docs
...
Fix docs CI test failure: duplicate object description
2020-04-17 07:35:24 -07:00
Richard Darst
9d6e8e6b6f
Temporary patch autodoc-traits to fix build error [temporary]
...
- This commit should be removed later after autodoc-traits is fixed upstream
2020-04-17 11:43:49 +03:00
Richard Darst
e882e7954c
docs: use recommonmark as an extension
...
- source_parsers deprecated in sphinx 3.0
- Since sphinx 1.4, it can (should) be used as a direct extension:
https://github.com/readthedocs/recommonmark/pull/43
2020-04-17 11:11:24 +03:00
Richard Darst
c234463a67
sphinx conf.py: update add_stylesheet -> add_css_file
...
- Seems to be added in 1.0:
https://www.sphinx-doc.org/en/latest/changes.html#release-1-0-jul-23-2010
2020-04-17 11:11:24 +03:00
Georgiana Elena
391320a590
Merge pull request #3025 from twalcari/patch-1
...
Fix broken test due to BeautifulSoup 4.9.0 behavior change
2020-04-17 11:10:25 +03:00
Thijs Walcarius
8648285375
Fix broken test due to BeautifulSoup 4.9.0 behavior change
...
cfr. https://bugs.launchpad.net/beautifulsoup/+bug/1871335
2020-04-17 10:00:25 +02:00
Tim Head
1f515464fe
Merge pull request #3010 from GeorgianaElena/pip_for_docs
...
Use pip instead of conda for building the docs on RTD
2020-04-02 13:50:27 +02:00
GeorgianaElena
854d0cbb86
Add package requirements to docs build
2020-04-02 10:32:11 +03:00
GeorgianaElena
87212a7414
Remove comment referencing conda environment
2020-04-02 08:55:04 +03:00
GeorgianaElena
2338035df2
Use latest rtd docker image
2020-04-01 14:25:08 +03:00
GeorgianaElena
ea132ff88d
Downgrade bootprint
2020-04-01 14:23:35 +03:00
GeorgianaElena
78c14c05f3
Switch to pip on rtd
2020-04-01 14:23:35 +03:00
Erik Sundell
1d2b36e9b0
Merge pull request #3001 from GeorgianaElena/update_issue_templates
...
Update issue templates
2020-03-26 19:16:40 +01:00
Georgiana Elena
a929ff84c7
Update .github/ISSUE_TEMPLATE/config.yml
...
Co-Authored-By: Simon Li <orpheus+devel@gmail.com >
2020-03-26 20:03:02 +02:00
GeorgianaElena
0d5bbc16cf
Hide comments
2020-03-26 18:30:50 +02:00
GeorgianaElena
ee1fd5a469
Have less issue templates
2020-03-26 18:14:26 +02:00
GeorgianaElena
a702f36524
Update issue templates
2020-03-26 18:14:26 +02:00
GeorgianaElena
59edc6d369
Redirect support questions to Discourse
2020-03-26 18:14:26 +02:00
Georgiana Elena
907b77788d
Merge pull request #2978 from danlester/master
...
SpawnHandler POST with user form options displays the spawn-pending page
2020-03-26 17:13:08 +02:00
Georgiana Elena
914a3eaba5
Merge pull request #2997 from thuvh/fix_typo_installation_guide_hard
...
fix docs firewall instructions
2020-03-26 16:32:09 +02:00
Hoai-Thu Vuong
b1f048f2ef
fix wrong name on firewall
2020-03-24 00:03:26 +07:00
Carol Willing
53d76ad3a2
Merge pull request #2995 from jupyterhub/choldgraf-patch-1
...
updating docs theme
2020-03-23 08:49:26 -07:00
Chris Holdgraf
7af70b92e9
Update conf.py
2020-03-23 08:29:52 -07:00
Chris Holdgraf
3425eca4ff
updating docs theme
2020-03-23 08:10:49 -07:00
Carol Willing
9e0bf9cd9f
Merge pull request #2944 from minrk/one-to-one
...
make spawner:server relationship explicitly one to one
2020-03-22 09:22:46 -07:00
Carol Willing
3118918098
Update jupyterhub/app.py
...
Minor comment edit
2020-03-22 09:09:49 -07:00
Carol Willing
6a995c822c
Merge pull request #2972 from mriedem/contributor-docs
...
Update contributor docs
2020-03-22 09:04:29 -07:00
Dan Lester
a60ac53c87
black formatting
2020-03-12 12:44:34 +00:00
Min RK
d2c81bc1d0
Merge pull request #2966 from mriedem/issues/2965-doc-user-options
...
api-ref: document user_options for server resource
2020-03-12 13:04:25 +01:00
Dan Lester
3908c6d041
SpawnHandler POST with user form options displays the spawn-pending page just like the GET handler always did
2020-03-10 16:17:01 +00:00
Matt Riedemann
c50e1f9852
Update contributor doc wording around sqlite
...
sqlite3 should be available from the python standard library
so there shouldn't be a need to install native packages.
2020-03-09 15:11:45 -04:00
Matt Riedemann
6954e03bb4
Update contributor docs
...
As a new contributor to jupyterhub it took awhile to get
up and running locally mainly because I didn't have sqlite
installed but also because I was flipping between README,
CONTRIBUTING and the actual contributing docs which are all
a little bit different.
This does a few things:
- Updates the contributor sphinx docs to mention that how
one chooses to isolate their development environment is
up to them with a link to the detailed forum thread on
that topic.
- Updates the contributor sphinx docs to mention sqlite and
database setup in general. While in here some trailing
whitespaces are cleaned up.
- Leave a comment in CONTRIBUTING.md about the redundant
information in the docs on getting a development environment
setup. Long-term we should really get those merged so there
is a single authoritative document on how to get a dev env
setup for contributing to jupyterhub.
- Link to the jupyterhub gitter channel for asking questions.
2020-03-04 13:09:48 -05:00
Matt Riedemann
6b521e0b86
api-ref: document user_options for server resource
...
APIHandler.server_model unconditionally returns the Spawner's
user_options dict but it wasn't mentioned in the API reference
so it's added here. The description is taken from the docstring
on Spawner.user_options.
Closes issue #2965
2020-03-02 12:12:29 -05:00
Tim Head
1bdc66c75b
Merge pull request #2960 from jtpio/named-servers-enter
...
Start named servers by pressing the Enter key
2020-03-02 10:11:32 +01:00
Jeremy Tuloup
e30b2ca875
Remove unused variables in home.js
2020-03-02 10:02:38 +01:00
Jeremy Tuloup
cfcd85a188
Start named servers by pressing the Enter key
2020-02-28 15:24:37 +01:00
Erik Sundell
fd3b5ebbad
Merge pull request #2959 from jtpio/patch-1
...
Add .vscode to gitignore
2020-02-28 15:05:34 +01:00
Jeremy Tuloup
1a2d5913eb
Add .vscode to gitignore
2020-02-28 14:55:41 +01:00
Tim Head
cff18992ad
Merge pull request #2953 from minrk/auth-bearer
...
preserve auth type when logging obfuscated auth header
2020-02-28 11:48:10 +01:00
Tim Head
b2c0b5024c
Merge pull request #2956 from manics/pin-sphinx-theme
...
[MRG] Pin sphinx theme
2020-02-28 11:28:21 +01:00
Simon Li
996483de94
Pin sphinx theme ( https://github.com/jupyterhub/binderhub/pull/1070 )
...
Closes https://github.com/jupyterhub/jupyterhub/issues/2955
2020-02-27 17:35:52 +00:00
Min RK
f4b7b85b02
preserve auth type when logging obfuscated auth header
...
Authorization header has the form "<type> <credentials>"
rather than checking for "token" only, preserve type value, which could be Bearer, Basic, etc.
2020-02-27 13:49:47 +01:00
Min RK
b4391d0f79
Merge pull request #2952 from kinow/fix-spawn-url
...
Keep the URL fragments after spawning an application
2020-02-26 14:05:45 +01:00
Bruno P. Kinoshita
2f6ea71106
Add not_running.js to modify button spawn_url
2020-02-26 09:28:12 +13:00
Min RK
0427f8090f
Merge pull request #2773 from kinow/fix-ssl-url-message
...
Handle the protocol when ssl is enabled and log the right URL
2020-02-25 13:35:32 +01:00
Tim Head
da86eaad97
Merge pull request #2951 from kinow/typos-2
...
[doc] Fix couple typos in the documentation
2020-02-24 09:21:31 +01:00
Bruno P. Kinoshita
3b05135f11
Fix couple typos
2020-02-24 20:48:42 +13:00
Bruno P. Kinoshita
76afec8adb
Update app.bind_url and proxy.public_url when (external) SSL is enabled
2020-02-24 15:51:09 +13:00
Tim Head
06da90ac76
Merge pull request #2950 from alexdriedger/patch-2
...
Docs: Fixed grammar on landing page
2020-02-23 09:11:43 +01:00
Alex Driedger
7e3caf7f48
Fixed grammar on landing page
2020-02-22 16:37:34 -08:00