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.2.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

sphinx_uedoc_theme-0.1.2-py3-none-any.whl (503.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sphinx-uedoc-theme-0.1.2.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for sphinx-uedoc-theme-0.1.2.tar.gz
Algorithm Hash digest
SHA256 17766fda31b6d105edf2fc9feb6ea35be23d2690e2bbb088de74ccb928809e62
MD5 fe102f41619b85f3ddc5521da9a53900
BLAKE2b-256 5fc1d6948aae94ccdf27dafd955669b36ee0ac240a278701b645c0637d28fd56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sphinx_uedoc_theme-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 503.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for sphinx_uedoc_theme-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9a64f0f030b4e958094443c519689c717f56af2baa04907e7631afa5fcc02020
MD5 d59da38f2dfbf1abcf106aadcb86035e
BLAKE2b-256 040a4d35ea8034f1cf2e6d0c6cd19351667cef2b1fe8cbb1738b10768415fb2e

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