mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
grammar and spelling fix in comments (#768)
This commit is contained in:
parent
5bd21b03e4
commit
c13f679766
@ -22,7 +22,7 @@ import sys
|
||||
from os.path import abspath, dirname, join
|
||||
sys.setrecursionlimit(2000)
|
||||
|
||||
# Monkey patching StandaloneHTMLBuilder to not include unnecessary scripts
|
||||
# Monkey patching StandaloneHTMLBuilder as to not include unnecessary scripts
|
||||
|
||||
from sphinx.builders.html import StandaloneHTMLBuilder
|
||||
# from sphinx.util.osutil import relative_uri
|
||||
@ -129,7 +129,7 @@ project = 'Hasura'
|
||||
copyright = '2016, Hasura'
|
||||
author = 'Hasura Developers'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# The version info for the project you're documenting, acts as a replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
@ -158,7 +158,7 @@ language = None
|
||||
#
|
||||
# today_fmt = '%B %d, %Y'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# List of patterns, relative to the source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
# This patterns also effect to html_static_path and html_extra_path
|
||||
exclude_patterns = ['_build', 'venv', 'Thumbs.db', '.DS_Store']
|
||||
|
Loading…
Reference in New Issue
Block a user