From 7e3b8abf992be711e2961bd9155bf1ae96c81b74 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 7 Apr 2020 14:39:18 -0700 Subject: [PATCH] update docs requirements remove duplicate docs --- docs/api.rst | 34 ---------------------------------- docs/requirements.txt | 6 +++--- 2 files changed, 3 insertions(+), 37 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 351d9b87..576e44df 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -31,40 +31,6 @@ Incoming Request Data :inherited-members: :exclude-members: json_module - .. attribute:: environ - - The underlying WSGI environment. - - .. attribute:: path - .. attribute:: full_path - .. attribute:: script_root - .. attribute:: url - .. attribute:: base_url - .. attribute:: url_root - - Provides different ways to look at the current :rfc:`3987`. - Imagine your application is listening on the following application - root:: - - http://www.example.com/myapplication - - And a user requests the following URI:: - - http://www.example.com/myapplication/%CF%80/page.html?x=y - - In this case the values of the above mentioned attributes would be - the following: - - ============= ====================================================== - `path` ``'/π/page.html'`` - `full_path` ``'/π/page.html?x=y'`` - `script_root` ``'/myapplication'`` - `base_url` ``'http://www.example.com/myapplication/π/page.html'`` - `url` ``'http://www.example.com/myapplication/π/page.html?x=y'`` - `url_root` ``'http://www.example.com/myapplication/'`` - ============= ====================================================== - - .. attribute:: request To access incoming request data, you can use the global `request` diff --git a/docs/requirements.txt b/docs/requirements.txt index b8e76e45..cadd40cd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -Sphinx~=2.2.0 -Pallets-Sphinx-Themes~=1.2.2 +Sphinx~=3.0.0 +Pallets-Sphinx-Themes~=1.2.3 sphinxcontrib-log-cabinet~=1.0.1 sphinx-issues~=1.2.0 -packaging~=19.2 +packaging~=20.3