File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed
Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5252
5353# General information about the project.
5454project = '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
6262# The short X.Y version.
6363version = '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.
Original file line number Diff line number Diff line change 6767Credits
6868=======
6969
70- `A Kozea Community Project <https://community. kozea.fr/ >`_
70+ `A Kozea Project <https://kozea.fr/ >`_
Original file line number Diff line number Diff line change 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__
You can’t perform that action at this time.
0 commit comments