Skip to content

Commit 771bf2d

Browse files
committed
Fix formatting issues
1 parent 9a4a6df commit 771bf2d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/conf.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
# -- Project information -----------------------------------------------------
2222

23-
project = 'Faker Wi-Fi ESSID'
24-
copyright = '2022, Paul-Emmanuel Raoul'
25-
author = 'Paul-Emmanuel Raoul'
23+
project = "Faker Wi-Fi ESSID"
24+
copyright = "2022, Paul-Emmanuel Raoul"
25+
author = "Paul-Emmanuel Raoul"
2626

2727
# The full version, including alpha/beta/rc tags
2828
release = VERSION
@@ -34,39 +34,39 @@
3434
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3535
# ones.
3636
extensions = [
37-
'sphinx.ext.autodoc',
37+
"sphinx.ext.autodoc",
3838
]
3939

4040
# Add any paths that contain templates here, relative to this directory.
41-
templates_path = ['_templates']
41+
templates_path = ["_templates"]
4242

4343
# The master toctree document.
44-
master_doc = 'index'
44+
master_doc = "index"
4545

4646
# List of patterns, relative to source directory, that match files and
4747
# directories to ignore when looking for source files.
4848
# This pattern also affects html_static_path and html_extra_path.
49-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
49+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
5050

5151

5252
# -- Options for HTML output -------------------------------------------------
5353

5454
# The theme to use for HTML and HTML Help pages. See the documentation for
5555
# a list of builtin themes.
5656
#
57-
html_theme = 'sphinx_rtd_theme'
57+
html_theme = "sphinx_rtd_theme"
5858

5959
# Add any paths that contain custom static files (such as style sheets) here,
6060
# relative to this directory. They are copied after the builtin static files,
6161
# so a file named "default.css" will overwrite the builtin "default.css".
62-
html_static_path = ['_static']
62+
html_static_path = ["_static"]
6363

6464
# -- Options for GitHub integration -------------------------------------------
6565

6666
html_context = {
67-
'display_github': True, # Integrate GitHub
68-
'github_user': 'SkypLabs', # Username
69-
'github_repo': 'faker-wifi-essid', # Repo name
70-
'github_version': 'develop', # Version
71-
'conf_py_path': '/docs/', # Path in the checkout to the docs root
67+
"display_github": True, # Integrate GitHub
68+
"github_user": "SkypLabs", # Username
69+
"github_repo": "faker-wifi-essid", # Repo name
70+
"github_version": "develop", # Version
71+
"conf_py_path": "/docs/", # Path in the checkout to the docs root
7272
}

0 commit comments

Comments
 (0)