Skip to content

Commit

Permalink
Merge pull request #390 from chirizxc/patch-1
Browse files Browse the repository at this point in the history
Add copy button and change the copyright year automatically
  • Loading branch information
Tishka17 authored Apr 26, 2024
2 parents 1502af2 + c62335a commit dce8400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import datetime

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

project = 'aiogram-dialog'
copyright = '2021, Tishka17'
copyright = f'{datetime.date.today().year}, Tishka17'
author = 'Tishka17'
master_doc = 'index'

Expand All @@ -29,6 +30,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx_copybutton',
]
autodoc_type_aliases = {
}
Expand All @@ -42,15 +44,13 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'furo'


# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit dce8400

Please sign in to comment.