Skip to content

Commit

Permalink
Docs fixes (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 30, 2024
1 parent 9bd59b3 commit 4907006
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_templates/donate.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% if donate_url %}
<div class="globaltoc">
<div class="sidebar-tree">
<ul>
<li class="toctree-l1">
<a href="{{ donate_url }}">Donate</a>
<a class="reference internal" href="{{ donate_url }}">Donate</a>
</li>
</ul>
</div>
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

html_theme_options = {
"light_css_variables": {"color-brand-primary": "#268bd2"},
"description": "Declarative parsing and validation of HTTP request objects.",
}
html_logo = "_static/logo.png"

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ has support for:

**Query Parameters**
::

$ curl http://localhost:5000/\?name\='Freddie'
Hello Freddie

Expand Down
1 change: 1 addition & 0 deletions src/webargs/djangoparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def get(self, args, request):
"""

import django
import django.http

from webargs import core

Expand Down

0 comments on commit 4907006

Please sign in to comment.