Skip to main content

Unreal engine documentation theme for Python Sphinx

Project description

sphinx-uedoc-theme

Unreal Engine documentation look and feel theme for Python Sphinx

You can see the theme in action on the ONLINE DEMO

theme_preview

Installation

Install it via pip

pip install sphinx-uedoc-theme

Usage

In Sphinx conf.py:

...
extensions = ['sphinx_uedoc_theme']
...
html_theme = 'uedoc_theme'
...
html_theme_options = {'put here the values for the options'}
...

Customizable Options

This is a list of all the theme options:

Option Default Description
logo None this sets the path to the logo on the top right area, the logo image source must be placed in the _static folder of the docs
quicklinks None a dictionary of links to add to the navbar of the theme, sub navigation is possible with 2 level of depth see the demo conf.py for an example
socials None a dictionary of social links with the relative fontaweasome brand icon as key see the demo conf.py for an example
footerlinks None an array of dictionary entries used to add links in the footer area of the theme see the demo conf.py for an example
show_totop_button true show or hide the go to top arrow button in the footer area of the theme
header_button None a dictionary with a link and a name for right button of the navbar of the theme, if left blank no button would be rendered
no_logo False if set to true the default logo is hidden, if no logo is specified the default logo is always shown if you want to hide it set this to true
header_search true whether or not show the search bar in the navigation menu in mobile

Customizing the Color Scheme

you can customize the color scheme of the theme by overrding the default css variables

The variables are HSL separated values if you want to see the compiled values look the compiled css Heres the compiled css with the default values:

:root {
    --clr-background-h: 0;
    --clr-background-s: 0%;
    --clr-background-l: 100%;
    --clr-primary-h: 0;
    --clr-primary-s: 0%;
    --clr-primary-l: 16%;
    --clr-secondary-h: 197;
    --clr-secondary-s: 92%;
    --clr-secondary-l: 49%;
    --clr-text-primary-h: 0;
    --clr-text-primary-s: 0%;
    --clr-text-primary-l: 100%;
    --clr-text-secondary-h: 0;
    --clr-text-secondary-s: 0%;
    --clr-text-secondary-l: 100%;
    --clr-text-background-h: 0;
    --clr-text-background-s: 0%;
    --clr-text-background-l: 0%;
    --clr-primary-gradient-start: hsla(var(--clr-primary-hsl), 0);
    --clr-primary-gradient-end: hsla(var(--clr-primary-hsl), 0.95);
    --clr-scrollbar: transparent;
    --clr-scrollbar-thumb: hsla(var(--clr-primary-h), var(--clr-primary-s), 82%, 0.6);
}

Development Requisites

If you want to contribuite with the development of the theme you can setup a local development enviroment, these are my suggestion and the one i used to develop the theme.

Requisites

  • NPM
  • Python 3.7

The theme i developed using SCSS, JS and webpack to bring all the asset to web standars stadands.

So here are the steps to setup a working enviroment:

  1. git clone the repository to your local machine
  2. cd sphinx-uedoc-theme (navigate to the cloned repo root folder)
  3. npm i (to install all the needed dependencies)
  4. At this point i suggest to createa python virtual env using a tool of your choice (i use conda to manage my virtual envs)
  5. pip install -r requirements.txt (install the python dependencies using pip)
  6. Start making changes
  7. Use webpack prod or webpack dev to build the theme

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-uedoc-theme-0.1.1.tar.gz (2.2 MB view details)

Uploaded Source

Built Distribution

sphinx_uedoc_theme-0.1.1-py3-none-any.whl (763.9 kB view details)

Uploaded Python 3

File details

Details for the file sphinx-uedoc-theme-0.1.1.tar.gz.

File metadata

  • Download URL: sphinx-uedoc-theme-0.1.1.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for sphinx-uedoc-theme-0.1.1.tar.gz
Algorithm Hash digest
SHA256 eca90018664b60cf975549e741462b7d6ad2aa898a4a6806d2019f7e458cbb90
MD5 63fa695d49acd5ffd33cdf017e9f1f24
BLAKE2b-256 b6a2990d16ba6ad51e0c69174c140facdea3b4cbfa22e2fbd94d6bfc6675afb1

See more details on using hashes here.

File details

Details for the file sphinx_uedoc_theme-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: sphinx_uedoc_theme-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 763.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for sphinx_uedoc_theme-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 09a650e9fe957d2cb98530d2f8db4eb57d6e2125634dd5551b25ee2c7efb7c27
MD5 1cbdb5e8dc4dcc73eb9b00b1c329933b
BLAKE2b-256 9ab92758476d7e62810c5936eddab385d63dee25f0833bf1f592eac6c33293f3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page