Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ build:
python: "3.10"
jobs:
post_checkout:
- git fetch --tags --depth 1 # Also fetch tags
- git describe # Useful for debugging
- git fetch --tags --unshallow # Also fetch tags
- git describe # Make sure we get a proper version

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ The updated application should respond with the current date and time (e.g.
.. note::

If you are getting a ``404`` for the ``/time/`` endpoint, check the
:ref:`troubleshooting` steps below.
:ref:`troubleshooting-django` steps below.

Cleanup
~~~~~~~
Expand Down Expand Up @@ -415,7 +415,7 @@ following:

----

.. _troubleshooting:
.. _troubleshooting-django:

Troubleshooting
===============
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/flask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ The updated application should respond with the current date and time (e.g.
.. note::

If you are getting a ``404`` for the ``/time`` endpoint, check the
:ref:`troubleshooting` steps below.
:ref:`troubleshooting-flask` steps below.

Cleanup
~~~~~~~
Expand Down Expand Up @@ -402,7 +402,7 @@ following:

----

.. _troubleshooting:
.. _troubleshooting-flask:

Troubleshooting
===============
Expand Down