https://github.com/pradyunsg/sphinx-basic-ng
A modernised skeleton for Sphinx themes.
https://github.com/pradyunsg/sphinx-basic-ng
sphinx sphinx-theme theme
Last synced: about 2 months ago
JSON representation
A modernised skeleton for Sphinx themes.
- Host: GitHub
- URL: https://github.com/pradyunsg/sphinx-basic-ng
- Owner: pradyunsg
- License: mit
- Created: 2021-03-14T17:03:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T12:41:40.000Z (over 1 year ago)
- Last Synced: 2024-10-30T09:44:45.743Z (7 months ago)
- Topics: sphinx, sphinx-theme, theme
- Language: HTML
- Homepage: https://sphinx-basic-ng.readthedocs.io/en/latest/
- Size: 229 KB
- Stars: 32
- Watchers: 11
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sphinx-basic-ng
A modernised skeleton for Sphinx themes.
## To demo this theme
1. Clone this repository
```shell
git clone https://github.com/pradyunsg/sphinx-basic-ng
```2. Install it locally
```shell
pip install -e ./sphinx-basic-ng
```3. Install `nox`
```shell
pip install nox
```4. Use `nox` to build a simple demo site
```shell
nox -s docs-live -- ./tests/barebones
```