Skip to content

Commit f842aa7

Browse files
Merge pull request #2101 from allmightyspiff/master
apparently style.css is a reserved word for sphinx/readthedocs
2 parents 887406f + 953fdfc commit f842aa7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Diff for: 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

Diff for: docs/_static/style.css

-7
This file was deleted.

0 commit comments

Comments
 (0)