Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Runs all tests
# Runs all tests
name: All Tests

defaults:
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down