mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
refactor: Apply precommit autochanges
This commit is contained in:
parent
e6da82595a
commit
ab47d13938
5 changed files with 37 additions and 34 deletions
|
|
@ -3,10 +3,13 @@
|
|||
# For the full list of built-in configuration values, see the documentation:
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../../senju"))
|
||||
|
||||
project = 'senju'
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ documentation for details.
|
|||
:caption: Contents:
|
||||
|
||||
usage
|
||||
_modules/modules
|
||||
_modules/modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue