8000 Remove unneeded bits from the recommonmark tests' Sphinx config. · pyodide/sphinx-js@bbd37f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbd37f9

Browse files
committed
Remove unneeded bits from the recommonmark tests' Sphinx config.
1 parent aa7f42a commit bbd37f9

File tree

1 file changed

+3
-34
lines changed
  • tests/test_common_mark/source/docs

1 file changed

+3
-34
lines changed

tests/test_common_mark/source/docs/conf.py

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,20 @@
1-
#!/usr/bin/env python3
2-
31
from recommonmark.transform import AutoStructify
42
from recommonmark.parser import CommonMarkParser
53

6-
author = 'Jam Risser'
7-
8-
copyright = '2018, Jam Risser'
9-
10-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
114

125
extensions = [
136
'sphinx.ext.mathjax',
147
'sphinx_js'
158
]
169

17-
html_static_path = ['_static']
18-
19-
html_theme = 'sphinx_rtd_theme'
20-
21-
htmlhelp_basename = 'sphinx_hello_worlddoc'
22-
23-
language = None
24-
10+
source_suffix = ['.rst', '.md']
2511
master_doc = 'index'
26-
27-
needs_sphinx = '1.0'
28-
29-
#primary_domain = 'js'
30-
31-
project = 'sphinx-hello-world'
32-
33-
pygments_style = 'sphinx'
34-
35-
release = '0.0.1'
36-
12+
author = 'Jam Risser'
13+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3714
source_parsers = {
3815
'.md': CommonMarkParser
3916
}
4017

41-
source_suffix = ['.rst', '.md']
42-
43-
templates_path = ['_templates']
44-
45-
todo_include_todos = False
46-
47-
version = '0.0.1'
48-
4918
def setup(app):
5019
app.add_config_value('recommonmark_config', {
5120
'auto_toc_tree_section': 'Content',

0 commit comments

Comments
 (0)
0