pytest/doc/en
James Frost f8fd5ec8dd
Add html_baseurl to sphinx conf.py (#12364) (#12397)
This is used to set the <link rel="canonical" href="X"> tag that points to the canonical version of the webpage. Including this indicates to search engines which version to include in their indexes, and should prevent older versions showing up.

Fixes #12363
2024-05-30 08:09:17 -03:00
..
_templates fix line endings 2018-05-23 16:45:23 +02:00
_themes Use fix-encoding-pragma pre-commit hook 2019-05-14 15:56:31 -07:00
announce Preparing release version 4.6.11 2020-06-04 13:49:08 -04:00
example Preparing release version 4.6.11 2020-06-04 13:49:08 -04:00
img - preliminary sprint page, not yet linked through the header 2016-02-05 11:34:40 +01:00
proposals Spelling and grammar fixes 2018-10-29 23:45:45 +02:00
Makefile Ignore PytestUnknownMark warnings when regen docs 2019-05-08 21:46:26 +00:00
adopt.rst docs warnings as errors and initial page similar to README 2016-08-26 17:47:18 -03:00
assert.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00
backwards-compatibility.rst [WIP] Introduce deprecations page 2018-09-18 20:56:40 -03:00
bash-completion.rst Fix sphinx code-block types for remaining rst docs 2019-02-15 15:10:37 +02:00
builtin.rst Preparing release version 4.5.0 2019-05-11 16:35:32 +00:00
cache.rst Run regendoc 2019-05-08 21:50:08 +00:00
capture.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00
changelog.rst Add a changelog blurb and title, similar to tox 2018-08-04 13:15:20 -03:00
conf.py Add html_baseurl to sphinx conf.py (#12364) (#12397) 2024-05-30 08:09:17 -03:00
conftest.py Use fix-encoding-pragma pre-commit hook 2019-05-14 15:56:31 -07:00
contact.rst apply most other hooks and opt out of black reformating 2018-05-23 16:45:58 +02:00
contents.rst Add link to tidelift to the main docs 2019-05-21 11:12:07 -03:00
contributing.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
customize.rst Fix a typo 2019-05-03 22:30:20 -07:00
deprecations.rst Add links to pytest.raises `message` workaround 2019-05-06 12:35:27 -03:00
development_guide.rst Manage GH labels using the new 'labels' tool 2018-07-14 10:12:52 -03:00
doctest.rst Update blurb about Sybil 2019-04-28 20:01:22 -03:00
existingtestsuite.rst Fix links in docs 2017-04-06 23:29:41 -03:00
faq.rst Update all pypi.python.org URLs to pypi.org 2018-04-26 06:49:33 -07:00
fixture.rst Update fixture.rst 2019-05-21 09:40:31 +03:00
flaky.rst Fix linting2 2018-10-31 11:05:58 -03:00
funcarg_compare.rst Fix formatting of print() calls 2018-11-22 00:15:14 -08:00
funcargs.rst fix line endings 2018-05-23 16:45:23 +02:00
getting-started.rst Preparing release version 4.6.10 2020-05-08 11:14:53 -04:00
goodpractices.rst Fix docs about pytest conventions for test functions 2019-02-23 15:22:27 -03:00
historical-notes.rst Apply suggestions from code review 2019-05-15 20:45:22 -03:00
index.rst Update copyright year 2020-01-04 09:53:49 +02:00
license.rst Update copyright year 2020-01-04 09:53:49 +02:00
links.inc update links.inc to include both venv and virtualenv 2019-02-21 10:41:59 -05:00
logging.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00
mark.rst Mention "-m" in the main mark docs 2019-05-15 20:45:22 -03:00
monkeypatch.rst Fixed double `be` word on monkeypatch docs page. 2019-05-16 18:22:41 +10:00
naming20.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
nose.rst Fix sphinx code-block types for remaining rst docs 2019-02-15 15:10:37 +02:00
parametrize.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00
plugins.rst -p option now can be used to early-load plugins by entry-point name 2019-02-24 13:20:17 -03:00
projects.rst Update all pypi.python.org URLs to pypi.org 2018-04-26 06:49:33 -07:00
py27-py34-deprecation.rst BACKPORT: Introduction of Config.invocation_args 2020-03-26 16:41:08 -03:00
pytest.ini added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
pythonpath.rst Add documentation about python -m pytest invocation. 2017-10-18 21:30:56 +02:00
recwarn.rst Add docs for the warnings functionality 2017-03-20 23:35:01 -03:00
reference.rst Add missing junitxml ini options to the reference docs 2019-05-29 21:13:16 -03:00
requirements.txt Pin sphinx-removed-in to >= 0.2.0 to support Sphinx 2.0 2019-03-15 10:56:13 +01:00
skipping.rst Run regendoc 2019-05-08 21:50:08 +00:00
talks.rst Add good talk by Andrew Svetlov 2019-02-15 15:37:18 +02:00
tidelift.rst Add link to tidelift to the main docs 2019-05-21 11:12:07 -03:00
tmpdir.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00
unittest.rst Preparing release version 4.4.1 2019-04-15 14:24:17 +00:00
usage.rst Introduce record_testsuite_property fixture 2019-05-10 19:44:27 -03:00
warnings.rst Preparing release version 4.6.0 2019-05-31 23:12:57 -07:00
writing_plugins.rst Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2019-05-04 10:47:57 -03:00
xunit_setup.rst xunit-style functions and methods are invoked by autouse fixtures 2019-01-10 12:10:04 -02:00
yieldfixture.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00