Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing miner bugs #40

Merged
merged 3 commits into from
Oct 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 30 additions & 13 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,43 @@
from datetime import datetime

project = 'audiobook'
copyright = '2022, Deeapk Raj'

project = 'Random Profile Generator'
description = 'A random profile generator for testing purposes.'
author = 'Deeapk Raj'
release = '2.0.4'
release = '0.2.3'
year = datetime.now().year
copyright = "{} Deepak Raj".format(year)
source_suffix = ".rst"
source_encoding = "utf-8-sig"

master_doc = "index"
templates_path = ['_templates']
html_static_path = ['_static']
releases_github_path = "Py-Contributors/RandomProfileGenerator"

extensions = [
'sphinx.ext.autosectionlabel'
]

releases_github_path = "Py-Contributors/RandomProfileGenerator"

autosectionlabel_prefix_document = True

templates_path = ['_templates']
source_suffix = ".rst"
master_doc = "index"
year = datetime.now().year
copyright = "{} Deepak Raj".format(year)

html_theme = 'sphinx_rtd_theme' # 'pydata_sphinx_theme' 'alabaster'

html_static_path = ['_static']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv']
html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'] }
html_sidebars = {'**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html']}

rst_epilog = """
.. |project| replace:: Random Profile Generator
.. |copyright| replace:: Copyright © {} Deepak Raj
.. | community | replace:: `Py-Contributors <https://github.com/py-contributors/>`_
""".format(year)

# epub settings
epub_basename = project
epub_theme = 'epub'
epub_description = description
epub_author = author
epub_contributor = 'Py-Contributors'
epub_language = 'en'
epub_publisher = 'Py-Contributors'
epub_copyright = copyright
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Welcome to RandomProfileGenerator's documentation!

|PyPI download month|

.. |PyPI download month| image:: https://img.shields.io/pypi/dm/RandomProfileGenerator.svg
:target: https://pypi.python.org/pypi/RandomProfileGenerator/
.. |PyPI download month| image:: https://img.shields.io/pypi/dm/random_profile.svg
:target: https://pypi.python.org/pypi/random_profile/

|PyPI version fury.io|

.. |PyPI version fury.io| image:: https://badge.fury.io/py/RandomProfileGenerator.svg
:target: https://pypi.python.org/pypi/RandomProfileGenerator/
.. |PyPI version fury.io| image:: https://badge.fury.io/py/random_profile.svg
:target: https://pypi.python.org/pypi/random_profile/

|Open Source Love svg3|

Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx
livereload
sphinx-rtd-theme
pydata_sphinx_theme

#livereload
#pydata_sphinx_theme