Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 25, 2023
1 parent 3f26412 commit 6830568
Showing 1 changed file with 1 addition and 60 deletions.
61 changes: 1 addition & 60 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand All @@ -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 <artur.barseghyan@gmail.com>'

# 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
Expand Down Expand Up @@ -220,7 +162,7 @@
(
"index",
"fake.py.tex",
"faker-file Documentation",
"fake.py Documentation",
"Artur Barseghyan \\textless{}artur.barseghyan@gmail.com"
"\\textgreater{}",
"manual",
Expand Down Expand Up @@ -347,4 +289,3 @@
)
]
# latex_paper_size = 'a4'
# rinoh_paper_size = latex_paper_size

0 comments on commit 6830568

Please sign in to comment.