~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to documentation/conf.py

  • Committer: kaputtnik
  • Date: 2019-06-14 18:40:56 UTC
  • mfrom: (532.1.31 widelands)
  • Revision ID: kaputtnik-20190614184056-l0ha8pm5zais9mxk
Adapted code for use with python 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
master_doc = 'index'
42
42
 
43
43
# General information about the project.
44
 
project = u'Widelands'
45
 
copyright = u'The Widelands Development Team'
 
44
project = 'Widelands'
 
45
copyright = 'The Widelands Development Team'
46
46
 
47
47
# The version info for the project you're documenting, acts as replacement for
48
48
# |version| and |release|, also used in various other places throughout the