comparison gcc/jit/docs/conf.py @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
39 # The master toctree document. 39 # The master toctree document.
40 master_doc = 'index' 40 master_doc = 'index'
41 41
42 # General information about the project. 42 # General information about the project.
43 project = u'libgccjit' 43 project = u'libgccjit'
44 copyright = u'2014-2018 Free Software Foundation, Inc.' 44 copyright = u'2014-2020 Free Software Foundation, Inc.'
45 45
46 # GCC-specific: extract version information from "gcc" src subdir for 46 # GCC-specific: extract version information from "gcc" src subdir for
47 # use in "version" and "release" below. 47 # use in "version" and "release" below.
48 def __read_file(name): 48 def __read_file(name):
49 gcc_srcdir = '../..' 49 gcc_srcdir = '../..'