From 953fdfcfc728ffa273706233cf09410863f79c49 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Fri, 29 Sep 2023 18:56:27 -0500 Subject: [PATCH] apparently style.css is a reserved word for sphinx/readthedocs --- CONTRIBUTING.md | 2 +- docs/_static/style.css | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 docs/_static/style.css diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdcbb16f5..45bce3aff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Docs are generated with [Sphinx](https://docs.readthedocs.io/en/latest/intro/get For windows, use: ``` cd docs -sphinx-build -b html -d _build/doctrees . _build/html +python -m sphinx -T -E -b dirhtml -d _build/doctrees -D language=en . _build/html ``` diff --git a/docs/_static/style.css b/docs/_static/style.css deleted file mode 100644 index 5d04fa571..000000000 --- a/docs/_static/style.css +++ /dev/null @@ -1,7 +0,0 @@ -@import url("nature.css"); - -p.deprecated { - background-color: #ffe4e4; - border: 1px solid #f66; - padding: 0.2em; -} \ No newline at end of file