From 6830568ed163204ef7d3c8c36e0a035145ba78e1 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sat, 25 Nov 2023 22:22:40 +0100 Subject: [PATCH] Clean up --- docs/conf.py | 61 +--------------------------------------------------- 1 file changed, 1 insertion(+), 60 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 55b5a3e..a76a535 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,15 +1,3 @@ -# -*- coding: utf-8 -*- -# -# faker_file documentation build configuration file. -# -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# auto-generated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - import os import sys @@ -38,8 +26,6 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.viewcode", - # 'rst2pdf.pdfbuilder', - # 'rinoh.frontend.sphinx', ] # Add any paths that contain templates here, relative to this directory. @@ -50,62 +36,18 @@ ".rst": "restructuredtext", } - -# The encoding of source files. -# source_encoding = 'utf-8-sig' - # The master toctree document. master_doc = "index" -# General information about the project. -# project = u'faker-file' -# copyright = u'2022-2023, Artur Barseghyan ' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -# version = '0.1' -# The full version, including alpha/beta/rc tags. -# release = '0.1' release = version -# The language for content auto-generated by Sphinx. Refer to documentation -# for a list of supported languages. -# language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -# today = '' -# Else, today_fmt is used as the format for a strftime call. -# today_fmt = '%B %d, %Y' - # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = ["_build"] -# The reST default role (used for this markup: `text`) to use for all documents. -# default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -# add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -# add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -# show_authors = False - # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx" -# A list of ignored prefixes for module index sorting. -# modindex_common_prefix = [] - - # -- Options for HTML output --------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -220,7 +162,7 @@ ( "index", "fake.py.tex", - "faker-file Documentation", + "fake.py Documentation", "Artur Barseghyan \\textless{}artur.barseghyan@gmail.com" "\\textgreater{}", "manual", @@ -347,4 +289,3 @@ ) ] # latex_paper_size = 'a4' -# rinoh_paper_size = latex_paper_size