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
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
configuration: docs/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

# General information about the project.
project = 'pygal'
copyright = '2012-2016, Florian Mounier'
author = 'Florian Mounier'
copyright = '2012-2025, Kozea'
author = 'Kozea'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -62,7 +62,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.4'
release = '3.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Index
Credits
=======

`A Kozea Community Project <https://community.kozea.fr/>`_
`A Kozea Project <https://kozea.fr/>`_
4 changes: 2 additions & 2 deletions pygal/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

__summary__ = "A Python svg graph plotting library"
__uri__ = "https://www.pygal.org/"
__author__ = "Florian Mounier / Kozea"
__email__ = "community@kozea.fr"
__author__ = "Kozea"
__email__ = "dev@kozea.fr"

__license__ = "GNU LGPL v3+"
__copyright__ = "Copyright 2020 %s" % __author__
Expand Down
Loading