Explorar el Código

Ignore localhost for linkcheck.

Omer Katz hace 7 años
padre
commit
06cc3ca91d
Se han modificado 1 ficheros con 3 adiciones y 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 = {}