Browse Source

Ignore localhost for linkcheck.

Omer Katz 7 năm trước cách đây
mục cha
commit
06cc3ca91d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 = {}