mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
updating theme and storing docs artifacts
This commit is contained in:
@@ -123,6 +123,10 @@ jobs:
|
|||||||
cd docs
|
cd docs
|
||||||
make html
|
make html
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: docs/_build/html/
|
||||||
|
destination: html
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
all-tests:
|
all-tests:
|
||||||
|
|||||||
@@ -34,7 +34,10 @@ intersphinx_cache_limit = 90 # days
|
|||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
html_theme = 'alabaster'
|
import alabaster_jupyterhub
|
||||||
|
|
||||||
|
html_theme = 'alabaster_jupyterhub'
|
||||||
|
html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
sphinx_copybutton
|
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
sphinx>=1.4, !=1.5.4
|
sphinx>=1.4, !=1.5.4
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
|
alabaster
|
||||||
|
alabaster_jupyterhub
|
||||||
Reference in New Issue
Block a user