Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 40d8d2b

Browse files
committed
Revert "[docs] Add support for Markdown documentation in Sphinx"
The buildbots have an old version of Sphinx (need at least 1.3). Revert until they are upgraded. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337513 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ed6266d commit 40d8d2b

File tree

3 files changed

+1
-165
lines changed

3 files changed

+1
-165
lines changed

docs/MarkdownQuickstartTemplate.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
templates_path = ['_templates']
3232

3333
# The suffix of source filenames.
34-
source_suffix = ['.rst', '.md']
35-
36-
source_parsers = {'.md': 'recommonmark.parser.CommonMarkParser'}
34+
source_suffix = '.rst'
3735

3836
# The encoding of source files.
3937
#source_encoding = 'utf-8-sig'

docs/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ representation.
7979
yaml2obj
8080
HowToSubmitABug
8181
SphinxQuickstartTemplate
82-
MarkdownQuickstartTemplate
8382
Phabricator
8483
TestingGuide
8584
tutorial/index
@@ -293,7 +292,6 @@ For API clients and LLVM developers.
293292
XRayFDRFormat
294293
PDB/index
295294
CFIVerify
296-
SpeculativeLoadHardening
297295

298296
:doc:`WritingAnLLVMPass`
299297
Information on how to write LLVM transformations and analyses.
@@ -427,9 +425,6 @@ For API clients and LLVM developers.
427425
:doc:`CFIVerify`
428426
A description of the verification tool for Control Flow Integrity.
429427

430-
:doc:`SpeculativeLoadHardening`
431-
A description of the Speculative Load Hardening mitigation for Spectre v1.
432-
433428
Development Process Documentation
434429
=================================
435430

0 commit comments

Comments
 (0)