Skip to content

Commit 874c920

Browse files
authored
Merge pull request readthedocs#4863 from rtfd/humitos/api/v3
Implementation of APIv3
2 parents 85f687c + c5a4cea commit 874c920

File tree

5 files changed

+938
-8
lines changed

5 files changed

+938
-8
lines changed

docs/.rstcheck.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[rstcheck]
2-
ignore_directives=automodule,http:get,tabs,tab,prompt
2+
ignore_directives=automodule,http:get,tabs,tab,prompt,http:patch,http:post
33
ignore_roles=djangosetting,setting,featureflags,buildpyversions
44
ignore_messages=(Duplicate implicit target name: ".*")|(Hyperlink target ".*" is not referenced)

docs/api/index.rst

-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ from Read the Docs.
1212
will be automatically redirected to HTTPS
1313
and non-GET/HEAD requests over insecure HTTP will fail.
1414

15-
.. tip::
16-
17-
It is a good idea to put your email address, application name,
18-
or Read the Docs username into the user agent header of your requests.
19-
That way the Read the Docs' team can contact you in the event of issues.
20-
2115

2216
.. toctree::
2317
:maxdepth: 3

0 commit comments

Comments
 (0)