diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ea2b0b4..329f51e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -# Runs all tests +# Runs all tests name: All Tests defaults: diff --git a/doc/conf.py b/doc/conf.py index c98d2ff9..e89fd2fe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ def about_package(init_posixpath: pathlib.Path) -> dict: "sphinx.ext.todo", # Support for todo items "sphinx.ext.viewcode", # Add links to highlighted source code "sphinx_copybutton", # Add a "copy" button to code blocks - "sphinx-prompt", # prompt symbols will not be copy-pastable + "sphinx_prompt", # prompt symbols will not be copy-pastable "sphinx_codeautolink", # Automatically link example code to documentation source ]