• Home
  • Raw
  • Download

Lines Matching +full:uri +full:- +full:js

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
139 r'https://gitlab.com/.*#.*', # needs JS eval
140 r'https://gitlab.freedesktop.org/.*#.*', # needs JS eval
141 r'https://github.com/.*#.*', # needs JS eval
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
153 'https://www.sphinx-doc.org/': 'https://www.sphinx-doc.org/en/master/',
161 # -- Options for HTMLHelp output ------------------------------------------
167 # -- Options for LaTeX output ---------------------------------------------
196 # -- Options for manual page output ---------------------------------------
206 # -- Options for Texinfo output -------------------------------------------
217 # -- Options for Graphviz -------------------------------------------------
221 # -- Options for hawkmoth -------------------------------------------------
226 '-I{}/docs/header-stubs/'.format(mesa_root),
227 '-I{}/include/'.format(mesa_root),
228 '-I{}/src/'.format(mesa_root),
229 '-I{}/src/gallium/include/'.format(mesa_root),
230 '-I{}/src/intel/'.format(mesa_root),
231 '-I{}/src/mesa/'.format(mesa_root),
232 '-DHAVE_STRUCT_TIMESPEC',
233 '-DHAVE_PTHREAD',
234 '-DHAVE_ENDIAN_H',