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
Installation
Install it via pip
pip install sphinx-uedoc-theme
NOT YET PUBLISHED ON Pypi (Coming soon)
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:
git clone
the repository to your local machinecd sphinx-uedoc-theme
(navigate to the cloned repo root folder)npm i
(to install all the needed dependencies)- At this point i suggest to createa python virtual env using a tool of your choice (i use conda to manage my virtual envs)
pip install -r requirements.txt
(install the python dependencies using pip)- Start making changes
- Use
webpack prod
orwebpack dev
to build the theme
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sphinx-uedoc-theme-0.1.0.tar.gz
.
File metadata
- Download URL: sphinx-uedoc-theme-0.1.0.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 230fcbb334cbd2f4833c04b49160af5ab4caaa3e3e8fb82320d9cf890373509b |
|
MD5 | c20eb667357cc03438d713e6ede003ee |
|
BLAKE2b-256 | 26e55f0875a657b3091e44008e851671230064e41770700f686d6b9afe0a44a0 |
File details
Details for the file sphinx_uedoc_theme-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: sphinx_uedoc_theme-0.1.0-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cb3190bc924ca348f970b291893085e007814e96279714f594589831f288b32 |
|
MD5 | 592008382c4736a3266c848b9101fbb1 |
|
BLAKE2b-256 | 3311ed6a5ca53c6a3c81225f2cd089d3213fd60a646d149526d6f056bbf47fda |