Skip to content

Commit 572d838

Browse files
authored
Merge pull request #574 from Kozea/docs-20251128
Add read the docs yaml config
2 parents a620587 + 7958e90 commit 572d838

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
sphinx:
7+
configuration: docs/conf.py
8+
9+
python:
10+
install:
11+
- method: pip
12+
path: .
13+
extra_requirements:
14+
- docs
15+
- requirements: docs/requirements.txt

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
# General information about the project.
5454
project = 'pygal'
55-
copyright = '2012-2016, Florian Mounier'
56-
author = 'Florian Mounier'
55+
copyright = '2012-2025, Kozea'
56+
author = 'Kozea'
5757

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

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Index
6767
Credits
6868
=======
6969

70-
`A Kozea Community Project <https://community.kozea.fr/>`_
70+
`A Kozea Project <https://kozea.fr/>`_

pygal/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
__summary__ = "A Python svg graph plotting library"
55
__uri__ = "https://www.pygal.org/"
6-
__author__ = "Florian Mounier / Kozea"
7-
__email__ = "community@kozea.fr"
6+
__author__ = "Kozea"
7+
__email__ = "dev@kozea.fr"
88

99
__license__ = "GNU LGPL v3+"
1010
__copyright__ = "Copyright 2020 %s" % __author__

0 commit comments

Comments
 (0)