Merge branch 'master' into refactor_highlighter

This commit is contained in:
Takeshi KOMIYA
2018-07-29 11:21:36 +09:00
committed by GitHub
37 changed files with 1838 additions and 342 deletions

View File

@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
import os
import sys
extensions = ['sphinx.ext.viewcode']
master_doc = 'index'
exclude_patterns = ['_build']

View File

@@ -3,6 +3,7 @@ submodule
"""
raise RuntimeError('This module should not get imported')
def decorator(f):
return f

View File

@@ -1,4 +1,4 @@
"""
r"""
Test with a class diagram like this::

View File

@@ -2,4 +2,3 @@
master_doc = 'equations'
extensions = ['sphinx.ext.imgmath']