Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
frnmst-archives
fpydocs
Commits
f84bf838
Verified
Commit
f84bf838
authored
Jan 20, 2021
by
frnmst
Browse files
Preparing for new release.
parent
d3391ff5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Pipfile
View file @
f84bf838
#
# Pipfile
#
# Copyright (C) 2020-2021 frnmst (Franco Masotti) <franco.masotti@live.com>
#
# This file is part of fpydocs.
#
# fpydocs is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# fpydocs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with fpydocs. If not, see <http://www.gnu.org/licenses/>.
#
[[source]]
name
=
"pypi"
url
=
"https://pypi.org/simple"
...
...
@@ -5,7 +26,7 @@ verify_ssl = true
[dev-packages]
# Documentation.
Sphinx
=
'~
=
3.
3
'
Sphinx
=
'~
=
3.
4
'
sphinx-rtd-theme
=
'~
=
0.5
'
# Tools.
...
...
README.rst
View file @
f84bf838
...
...
@@ -20,7 +20,7 @@ License
Unless otherwise noted:
Copyright (C) 2020 Franco Masotti <franco.masotti@live.com>
Copyright (C) 2020
-2021
Franco Masotti <franco.masotti@live.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
docs/conf.py
View file @
f84bf838
...
...
@@ -18,13 +18,13 @@ sys.path.insert(0, os.path.abspath('..'))
# -- Project information -----------------------------------------------------
project
=
'fpydocs'
copyright
=
'2020, Franco Masotti'
copyright
=
'2020
-2021
, Franco Masotti'
author
=
'Franco Masotti'
# The short X.Y version.
version
=
'
1
.0.0'
version
=
'
2
.0.0'
# The full version, including alpha/beta/rc tags
release
=
'
1
.0.0'
release
=
'
2
.0.0'
# Use index.rst.
master_doc
=
'index'
...
...
docs/copyright_license.rst
View file @
f84bf838
...
...
@@ -3,7 +3,7 @@ Copyright and License
Unless otherwise noted:
Copyright (C) 2020 Franco Masotti <franco.masotti@live.com>
Copyright (C) 2020
-2021
Franco Masotti <franco.masotti@live.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment