mirror of
https://github.com/braillerap/BrailleRap.git
synced 2025-06-07 17:39:58 +02:00
typo
This commit is contained in:
parent
3afe2b4fb5
commit
4fc718896f
@ -6,7 +6,7 @@ import os
|
||||
import sys
|
||||
|
||||
import sphinx_rtd_theme
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
|
||||
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
sys.path.append(os.path.dirname(__file__))
|
||||
@ -26,12 +26,12 @@ templates_path = ['_templates']
|
||||
|
||||
source_suffix = ['.rst', '.md']
|
||||
source_parsers = {
|
||||
'.md': CommonMarkParser,
|
||||
|
||||
}
|
||||
|
||||
master_doc = 'index'
|
||||
project = u'BrailleRap'
|
||||
copyright = '2018-{}, BrailleRap'
|
||||
copyright = 'CERN Licence V1.2'
|
||||
|
||||
version = '6.5.0'
|
||||
release = '6.5.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user