File: README.md

package info (click to toggle)
sphinx-basic-ng 1.0.0~beta2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 504 kB
  • sloc: python: 179; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
   ```