updating theme to pandas sphinx

pull/818/head
Chris Holdgraf 2019-11-26 15:43:07 -08:00
rodzic 242107b0c4
commit 3115a37c63
8 zmienionych plików z 56 dodań i 38 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
# Note that there is also a Pipfile for this project if you are updating this
# Note that there is also a Pipfile for this project if you are updating this
# file do not forget to update the Pipfile accordingly
sphinx>=1.4, !=1.5.4
recommonmark
alabaster
alabaster_jupyterhub
sphinxcontrib-autoprogram
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 13 KiB

Wyświetl plik

@ -109,7 +109,7 @@ pygments_style = "sphinx"
todo_include_todos = False
# repo2docker Logo
html_logo = "_static/images/repo2docker.svg"
html_logo = "_static/images/logo.png"
html_favicon = "_static/images/favicon.ico"
# -- Options for HTML output ----------------------------------------------
@ -117,10 +117,7 @@ html_favicon = "_static/images/favicon.ico"
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
import alabaster_jupyterhub
html_theme = "alabaster_jupyterhub"
html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
html_theme = "pandas_sphinx_theme"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@ -132,9 +129,7 @@ html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_sidebars = {
"**": ["globaltoc.html", "relations.html", "sourcelink.html", "searchbox.html"]
}
html_sidebars = {}
# -- Options for HTMLHelp output ------------------------------------------

Wyświetl plik

@ -0,0 +1,10 @@
===========================
Configuring your repository
===========================
.. toctree::
:maxdepth: 2
:caption: Complete list of configuration files
../config_files
../specification

Wyświetl plik

@ -0,0 +1,12 @@
============
Contributing
============
.. toctree::
contributing
roadmap
../architecture
../design
tasks
buildpack

Wyświetl plik

@ -0,0 +1,11 @@
===============
Getting Started
===============
.. toctree::
:maxdepth: 2
:caption: Getting started with repo2docker
../install
../usage
../faq

Wyświetl plik

@ -0,0 +1,14 @@
=============
How-to Guides
=============
.. toctree::
:maxdepth: 2
:caption: How-To guides
user_interface
languages
export_environment
lab_workspaces
jupyterhub_images
deploy

Wyświetl plik

@ -25,38 +25,15 @@ Please report `Bugs <https://github.com/jupyter/repo2docker/issues>`_,
:maxdepth: 2
:caption: Getting started with repo2docker
install
usage
faq
.. toctree::
:maxdepth: 2
:caption: How-To guides
howto/user_interface
howto/languages
howto/export_environment
howto/lab_workspaces
howto/jupyterhub_images
howto/deploy
.. toctree::
:maxdepth: 2
:caption: Complete list of configuration files
config_files
specification
getting-started/index
howto/index
configuration/index
.. toctree::
:maxdepth: 2
:caption: Contribute to repo2docker
contributing/contributing
contributing/roadmap
architecture
design
contributing/tasks
contributing/buildpack
contributing/index
.. toctree::
:maxdepth: 2