mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Make copyright text inclusion test date-independent
Improve clarity on what the test is looking for in the footer
This commit is contained in:
parent
1e900a26e8
commit
a6257fc83b
@ -20,7 +20,7 @@ templates_path = ['_templates']
|
||||
source_suffix = ['.txt', '.add', '.foo']
|
||||
|
||||
project = 'Sphinx <Tests>'
|
||||
copyright = '2010-2016, Georg Brandl & Team'
|
||||
copyright = '1234-6789, copyright text credits'
|
||||
# If this is changed, remember to update the versionchanges!
|
||||
version = '0.6'
|
||||
release = '0.6alpha1'
|
||||
|
@ -358,7 +358,7 @@ def test_html4_deprecation(make_app, tempdir):
|
||||
(".//li[@class='toctree-l1']/a", 'Testing various markup'),
|
||||
(".//li[@class='toctree-l2']/a", 'Inline markup'),
|
||||
(".//title", 'Sphinx <Tests>'),
|
||||
(".//div[@class='footer']", 'Georg Brandl & Team'),
|
||||
(".//div[@class='footer']", 'copyright text credits'),
|
||||
(".//a[@href='http://python.org/']"
|
||||
"[@class='reference external']", ''),
|
||||
(".//li/p/a[@href='genindex.html']/span", 'Index'),
|
||||
|
Loading…
Reference in New Issue
Block a user