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
Docs fix #4231
Docs fix #4231
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4231 +/- ##
==========================================
+ Coverage 83.85% 83.86% +0.01%
==========================================
Files 165 165
Lines 9615 9615
Branches 1440 1440
==========================================
+ Hits 8063 8064 +1
Misses 1304 1304
+ Partials 248 247 -1
|
Should we wait 18 days to merge? :) |
docs/conf.py
Outdated
@@ -50,7 +50,7 @@ | |||
|
|||
# General information about the project. | |||
project = u'Scrapy' | |||
copyright = u'2008–2018, Scrapy developers' | |||
copyright = u'2008–2020, Scrapy developers' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could put the current year through code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is definitely better. Done!
It shouldn't be necessary now |
Thanks @noviluni! |
Remove reference to an old (Python 2.7) environment and update the year of the Copytight.