Explorar o código

Ignore localhost for linkcheck.

Omer Katz %!s(int64=7) %!d(string=hai) anos
pai
achega
06cc3ca91d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/conf.py

+ 3 - 0
docs/conf.py

@@ -45,6 +45,9 @@ globals().update(conf.build_config(
         'celery.utils.encoding',
         r'celery.utils.static.*',
     ],
+    linkcheck_ignore=[
+        r'^http://localhost'
+    ]
 ))
 
 settings = {}