Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.19 KB

RAPIDS Sphinx Theme

Warning Work In Progress & Experimental

Using default PyData Theme with customized configuration to standardized RAPIDS documentation navigation.

How to Use

Install the theme:

pip install git+https://github.com/rapidsai/sphinx-theme.git@main

Setup the conf.py file:

html_theme = "rapidsai_sphinx_theme"

How to Develop

  1. Install the theme locally with:
    pip install -e .
  2. Make any necessary changes to the rapidsai_sphinx_theme directory
  3. Build the demo docs locally with:
    sphinx-build -b dirhtml docs _html
  4. Start a development server to view the built docs with:
    python -m http.server -d _html
  5. View the rendered docs @ http://0.0.0.0:8000/