Index: lang/swift/files/patch-swift-docs-CMakeLists.txt =================================================================== --- lang/swift/files/patch-swift-docs-CMakeLists.txt (nonexistent) +++ lang/swift/files/patch-swift-docs-CMakeLists.txt (working copy) @@ -0,0 +1,11 @@ +--- swift/docs/CMakeLists.txt.orig 2017-04-21 21:18:29.000000000 +0000 ++++ swift/docs/CMakeLists.txt 2018-01-22 08:47:29.543188000 +0000 +@@ -11,7 +11,7 @@ + + SET(SPHINX_ARGS + -W +- -D latex_paper_size=${SWIFT_SPHINX_PAPER_SIZE} ++ -D latex_elements.papersize=${SWIFT_SPHINX_PAPER_SIZE} + -d ${CMAKE_BINARY_DIR}/doctrees) + + if(SPHINX_EXECUTABLE) Property changes on: lang/swift/files/patch-swift-docs-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: lang/swift/files/patch-swift-docs-conf.py =================================================================== --- lang/swift/files/patch-swift-docs-conf.py (nonexistent) +++ lang/swift/files/patch-swift-docs-conf.py (working copy) @@ -0,0 +1,20 @@ +--- swift/docs/conf.py.orig 2017-04-21 21:18:29.000000000 +0000 ++++ swift/docs/conf.py 2018-01-22 12:34:17.478075000 +0000 +@@ -29,7 +29,7 @@ + extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo'] + + # Add any paths that contain templates here, relative to this directory. +-templates_path = ['_templates'] ++templates_path = ['_templates', 'archive'] + + # The suffix of source filenames. + source_suffix = '.rst' +@@ -146,7 +146,7 @@ + + # Additional templates that should be rendered to pages, maps page names to + # template names. +-html_additional_pages = {'LangRef': 'archive/LangRef.html'} ++html_additional_pages = {'archive/LangRef': 'LangRef.html'} + + # If false, no module index is generated. + # html_domain_indices = True Property changes on: lang/swift/files/patch-swift-docs-conf.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: lang/swift/files/patch-swift-docs-proposals-InitializerInheritance.rst =================================================================== --- lang/swift/files/patch-swift-docs-proposals-InitializerInheritance.rst (nonexistent) +++ lang/swift/files/patch-swift-docs-proposals-InitializerInheritance.rst (working copy) @@ -0,0 +1,11 @@ +--- swift/docs/proposals/InitializerInheritance.rst.orig 2017-04-21 21:18:29.000000000 +0000 ++++ swift/docs/proposals/InitializerInheritance.rst 2018-01-22 11:07:00.559384000 +0000 +@@ -135,7 +135,7 @@ + Complete object initializers + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Introduce the notion of a complete object initializer, which is +-written as an initializer with ``Self`` as its return type [#], e.g.:: ++written as an initializer with ``Self`` as its return type [#]_, e.g.:: + + init() -> Self { + // ... Property changes on: lang/swift/files/patch-swift-docs-proposals-InitializerInheritance.rst ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property