Skip to content

Auto updates for year, version and release (Sphinx) #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 29, 2021

Conversation

peteradrichem
Copy link
Contributor

The documentation on Read the Docs says "Copyright 2017" and version "1.0.0".
These commits will help to keep them up to date.

@codecov
Copy link

codecov bot commented May 8, 2021

Codecov Report

Merging #76 (0e258ad) into master (01a708f) will not change coverage.
The diff coverage is n/a.

❗ Current head 0e258ad differs from pull request most recent head 6bff9ef. Consider uploading reports for the commit 6bff9ef to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##            master       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          822       822           
=========================================
  Hits           822       822           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01a708f...6bff9ef. Read the comment docs.

@@ -55,17 +57,17 @@

# General information about the project.
project = u'rfc3986'
copyright = u'2017, Ian Stapleton Cordasco'
copyright = u'{}, Ian Stapleton Cordasco'.format(datetime.now().year)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way copyright works, you only really need the start year

python-trio/trio#510 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I'm not a copyright expert obviously ;-)

I was just trying to make the documentation look more recent.
Maybe this is an option?

copyright = u'2017-{}, Ian Stapleton Cordasco'.format(datetime.now().year)

Or leave it as it is?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please just leave this as it was. The range isn't necessary as I understand it either.

@sigmavirus24 sigmavirus24 merged commit dc2bd24 into python-hyper:master Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants