#5 Adjust patch to work with the latest version of whitenoise
Merged 10 months ago by kevin. Opened 10 months ago by thrnciar.
rpms/ thrnciar/python-whitenoise fix-patch  into  rawhide

@@ -1,18 +0,0 @@ 

- diff --color -Nur whitenoise-6.1.0.orig/docs/conf.py whitenoise-6.1.0/docs/conf.py

- --- whitenoise-6.1.0.orig/docs/conf.py	2022-05-10 08:56:16.000000000 -0700

- +++ whitenoise-6.1.0/docs/conf.py	2022-05-30 13:27:33.658859968 -0700

- @@ -122,7 +122,7 @@

-  # The theme to use for HTML and HTML Help pages.  See the documentation for

-  # a list of builtin themes.

-  

- -html_theme = "furo"

- +html_theme = "default"

-  

-  # Theme options are theme-specific and customize the look and feel of a theme

-  # further.  For a list of options available for each theme, see the

- diff --color -Nur whitenoise-6.1.0.orig/docs/requirements.txt whitenoise-6.1.0/docs/requirements.txt

- --- whitenoise-6.1.0.orig/docs/requirements.txt	2022-05-10 08:56:16.000000000 -0700

- +++ whitenoise-6.1.0/docs/requirements.txt	2022-05-30 13:27:37.945843875 -0700

- @@ -1,2 +1 @@

- -furo

-  sphinx

@@ -0,0 +1,20 @@ 

+ diff --git a/docs/conf.py b/docs/conf.py

+ index e3fe066..f82f28c 100644

+ --- a/docs/conf.py

+ +++ b/docs/conf.py

+ @@ -78,7 +78,7 @@ pygments_style = "sphinx"

+  # The theme to use for HTML and HTML Help pages.  See the documentation for

+  # a list of builtin themes.

+  

+ -html_theme = "furo"

+ +html_theme = "default"

+  html_theme_options = {

+      "dark_css_variables": {

+          "admonition-font-size": "100%",

+ diff --git a/docs/requirements.txt b/docs/requirements.txt

+ index 70b8bab..6966869 100644

+ --- a/docs/requirements.txt

+ +++ b/docs/requirements.txt

+ @@ -1,2 +1 @@

+ -furo

+  sphinx

no initial comment

Pull-Request has been merged by kevin

10 months ago