Skip to content

Commit

Permalink
fix sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Oct 22, 2023
1 parent c0f6b68 commit c5f3447
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 399 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

# -- Project information -----------------------------------------------------

project = u"cat2cat"
copyright = u"2022, Maciej Nasinski"
author = u"Maciej Nasinski"
project = "cat2cat"
copyright = "2022, Maciej Nasinski"
author = "Maciej Nasinski"

# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_nb",
"myst_parser",
"autoapi.extension",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
Expand Down
Loading

0 comments on commit c5f3447

Please sign in to comment.