mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refactor, add more tests #2516
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.insert(0, os.path.abspath('.'))
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
|
||||
master_doc = 'index'
|
||||
exclude_patterns = ['_build']
|
||||
|
||||
html_search_language = 'en'
|
||||
|
||||
@@ -2,7 +2,7 @@ meta keywords
|
||||
=============
|
||||
|
||||
.. meta::
|
||||
:keywords lang=en: findthiskey
|
||||
:keywords lang=de: findnotthiskey
|
||||
:keywords: thisonetoo
|
||||
|
||||
:keywords lang=en: findthiskey, thistoo
|
||||
:keywords: thisonetoo
|
||||
:keywords lang=de: findnotthiskey
|
||||
:description: thisnoteither
|
||||
|
||||
Reference in New Issue
Block a user