mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #624 from GeorgianaElena/fix-doc-build
Fix doc build
This commit is contained in:
@@ -52,10 +52,11 @@ if os.path.exists(os.path.join(here, '_static')):
|
|||||||
# and seems to be hard to control.
|
# and seems to be hard to control.
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
'**': [
|
'**': [
|
||||||
'about.html',
|
# from pydata_sphinx_theme
|
||||||
|
'sidebar-nav-bs.html',
|
||||||
|
'sidebar-search-bs.html',
|
||||||
|
# from sphinx builtins
|
||||||
'globaltoc.html',
|
'globaltoc.html',
|
||||||
'relations.html',
|
'relations.html',
|
||||||
'searchbox.html',
|
|
||||||
'donate.html',
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,30 @@
|
|||||||
How-To Guides
|
How-To Guides
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
content/nbgitpuller
|
||||||
|
content/add-data
|
||||||
|
content/share-data
|
||||||
|
env/user-environment
|
||||||
|
env/notebook-interfaces
|
||||||
|
env/server-resources
|
||||||
|
auth/dummy
|
||||||
|
auth/github
|
||||||
|
auth/google
|
||||||
|
auth/awscognito
|
||||||
|
auth/firstuse
|
||||||
|
auth/nativeauth
|
||||||
|
admin/admin-users
|
||||||
|
admin/resource-estimation
|
||||||
|
admin/resize
|
||||||
|
admin/nbresuse
|
||||||
|
admin/https
|
||||||
|
admin/enable-extensions
|
||||||
|
providers/digitalocean
|
||||||
|
providers/azure
|
||||||
|
|
||||||
How-To guides answer the question 'How do I...?' for a lot of topics.
|
How-To guides answer the question 'How do I...?' for a lot of topics.
|
||||||
|
|
||||||
Content and Data
|
Content and Data
|
||||||
|
|||||||
Reference in New Issue
Block a user