test_ok1/doc/en
Bruno Oliveira 23475b6ab9 Fix wrong 'changelog' and 'reference' links in docs
Both references were referencing links from Python because of our intersphinx
mapping in `conf.py`:

    intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

Because Python's docs explicitly define both references, Sphinx fallbacks to
them instead of generating implicit references as was expected.

Fix #6397
2020-01-09 18:06:15 -03:00
..
_templates Update Tidelift docs with latest campaign 2019-10-24 14:58:58 -03:00
_themes
announce Merge pull request #6391 from asottile/release-4.6.9 2020-01-04 13:01:46 -08:00
example Preparing release version 5.3.2 2019-12-13 08:51:15 -03:00
img
proposals
Makefile Normalize all summary durations, including quiet ones 2019-09-18 10:10:25 -03:00
adopt.rst
assert.rst Preparing release version 5.1.3 2019-09-18 10:11:59 -03:00
backwards-compatibility.rst
bash-completion.rst
builtin.rst Preparing release version 5.2.2 2019-10-24 19:24:04 -04:00
cache.rst Preparing release version 5.2.2 2019-10-24 19:24:04 -04:00
capture.rst Preparing release version 5.1.2 2019-08-30 12:43:47 -03:00
changelog.rst Fix wrong 'changelog' and 'reference' links in docs 2020-01-09 18:06:15 -03:00
conf.py Update copyright year to 2020 2020-01-04 08:46:58 -03:00
conftest.py
contact.rst
contents.rst Remove report_log in favor of pytest-reportlog 2019-11-14 19:47:26 -03:00
contributing.rst
customize.rst Update doc: pytest section in setup.cfg 2019-10-01 02:44:07 +09:00
deprecations.rst Remove report_log in favor of pytest-reportlog 2019-11-14 19:47:26 -03:00
development_guide.rst
doctest.rst Add missing version added/changed markers to docs 2019-10-15 19:45:58 -03:00
existingtestsuite.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
faq.rst
fixture.rst Improve docs so regen doesn't leak temp directories 2019-12-20 13:18:49 -08:00
flaky.rst
funcarg_compare.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
funcargs.rst
getting-started.rst Preparing release version 5.3.2 2019-12-13 08:51:15 -03:00
goodpractices.rst Fix anchor link from Good Practices to Pythonpath doc 2019-09-04 09:18:10 -07:00
historical-notes.rst fix typos in docs 2019-12-19 10:35:15 +01:00
index.rst Update copyright year to 2020 2020-01-04 08:46:58 -03:00
license.rst Update copyright year to 2020 2020-01-04 08:46:58 -03:00
links.inc
logging.rst Fix logging doc: change x.level to x.levelno 2019-09-20 18:38:47 +01:00
mark.rst programatically -> programmatically 2019-08-01 15:11:26 +02:00
monkeypatch.rst update doc 2019-08-25 23:50:41 +08:00
naming20.rst
nose.rst
parametrize.rst Preparing release version 5.1.3 2019-09-18 10:11:59 -03:00
plugins.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
projects.rst Fixed broken links 2019-11-06 20:54:41 +01:00
py27-py34-deprecation.rst Update py27/py34 deprecation docs 2020-01-04 17:52:02 -03:00
pytest.ini
pythonpath.rst Fix anchor link from Good Practices to Pythonpath doc 2019-09-04 09:18:10 -07:00
recwarn.rst
reference.rst Fix wrong 'changelog' and 'reference' links in docs 2020-01-09 18:06:15 -03:00
requirements.txt
skipping.rst Preparing release version 5.1.2 2019-08-30 12:43:47 -03:00
sponsor.rst fix typos in docs 2019-12-19 10:35:15 +01:00
talks.rst Fixed broken links 2019-11-06 20:54:41 +01:00
tidelift.rst Update Tidelift docs with latest campaign 2019-10-24 14:58:58 -03:00
tmpdir.rst Preparing release version 5.1.2 2019-08-30 12:43:47 -03:00
unittest.rst Preparing release version 5.1.3 2019-09-18 10:11:59 -03:00
usage.rst Preparing release version 5.3.0 2019-11-19 12:43:51 -03:00
warnings.rst Improve warnings docs 2019-12-26 19:16:19 -03:00
writing_plugins.rst Preparing release version 5.3.0 2019-11-19 12:43:51 -03:00
xunit_setup.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
yieldfixture.rst