Skip to content

Commit 76494c9

Browse files
committed
fix: sphinx _static warning
1 parent b0ee694 commit 76494c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ coverage html
259259
```
260260

261261
We also enforce static type correctness with MyPy and Python codestyle rules with ruff.
262-
To run the static type checks and codestyle checks locally, simply install MyPy and flake8 and execute the `mypy` command in the shc project repository.
262+
To run the static type checks and codestyle checks locally, simply install MyPy and execute the `mypy` command in the shc project repository.
263263

264264
To run code linting and formating checks, using `ruff`:
265265
```bash

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# Add any paths that contain custom static files (such as style sheets) here,
5353
# relative to this directory. They are copied after the builtin static files,
5454
# so a file named "default.css" will overwrite the builtin "default.css".
55-
html_static_path = ['_static']
55+
# html_static_path = ['_static']
5656

5757

5858
# -- Options for sphinxcontrib.httpdomain plugin

0 commit comments

Comments
 (0)