Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This project is available on [PyPI](https://pypi.org/project/sphinx-theme-builde
pip install "sphinx-theme-builder[cli]"
```

This project requires modern versions of CPython (>= 3.7).
This project requires modern versions of CPython (>= 3.7) and pip (>= 21.3).

<!-- end-installation -->

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/filesystem-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all the nice quality-of-life things like `stb serve`.
- __init__.py
- [other Python files]
- theme: # HTML templates
- my-amazing-theme:
- my_amazing_theme:
- [various .html pages]
- static
- [any static assets that don't need to be compiled, like images]
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ cd my-awesome-sphinx-theme

## Install the theme

To work with your theme, it is necessary to install it in the virtual environment. Let's do an editable install, since that's usually what would want to do for development.
To work with your theme, it is necessary to install it in the virtual environment. Let's do an editable install, since that's usually what you would want to do for development.

```shell
$ pip install -e .
Expand Down