Lines Matching +full:linkcheck +full:- +full:docs
2 # -*- coding: utf-8 -*-
6 # sphinx-quickstart on Wed Mar 29 14:08:51 2017.
32 # -- General configuration ------------------------------------------------
65 copyright = '1995-2018, Brian Paul'
90 exclude_patterns = ['header-stubs']
101 # -- Options for HTML output ----------------------------------------------
119 'release-maintainers-keys.asc',
129 ('thanks', 'https://gitlab.freedesktop.org/mesa/mesa/-/blob/amber/docs/thanks.rst'),
133 # -- Options for linkcheck ------------------------------------------------
137 r'news:.*', # seems linkcheck doesn't like the news: URI-scheme...
138 r'http://mesa-ci-results.jf.intel.com', # only available for Intel employees
142 …r'https://www.intel.com/.*', # intel.com is blocking the linkcheck user-agent; maybe it can be cus…
148 # Pages that forward the front-page to a wiki or some explore-page
154 'https://www.sphinx-doc.org/': 'https://www.sphinx-doc.org/en/master/',
162 # -- Options for HTMLHelp output ------------------------------------------
168 # -- Options for LaTeX output ---------------------------------------------
197 # -- Options for manual page output ---------------------------------------
207 # -- Options for Texinfo output -------------------------------------------
218 # -- Options for Graphviz -------------------------------------------------
222 # -- Options for hawkmoth -------------------------------------------------
227 '-I{}/docs/header-stubs/'.format(mesa_root),
228 '-I{}/include/'.format(mesa_root),
229 '-I{}/src/'.format(mesa_root),
230 '-I{}/src/gallium/include/'.format(mesa_root),
231 '-I{}/src/intel/'.format(mesa_root),
232 '-I{}/src/mesa/'.format(mesa_root),
233 '-DHAVE_STRUCT_TIMESPEC',
234 '-DHAVE_PTHREAD',
235 '-DHAVE_ENDIAN_H',