Skip to content

Commit 953fdfc

Browse files
apparently style.css is a reserved word for sphinx/readthedocs
1 parent b77d9e9 commit 953fdfc

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Docs are generated with [Sphinx](https://docs.readthedocs.io/en/latest/intro/get
4545
For windows, use:
4646
```
4747
cd docs
48-
sphinx-build -b html -d _build/doctrees . _build/html
48+
python -m sphinx -T -E -b dirhtml -d _build/doctrees -D language=en . _build/html
4949
```
5050

5151

docs/_static/style.css

-7
This file was deleted.

0 commit comments

Comments
 (0)