Skip to content

Commit

Permalink
More (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur authored Dec 20, 2023
1 parent 51836d6 commit 7958e75
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build_docs:

rebuild_docs:
source $(VENV) && sphinx-apidoc . --full -o docs -H 'fake.py' -A 'Artur Barseghyan <artur.barseghyan@gmail.com>' -f -d 20
#cp docs/conf.py.distrib docs/conf.py
cp docs/conf.py.distrib docs/conf.py
cp docs/index.rst.distrib docs/index.rst

# Format code using Black
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ License

MIT

Support
=======
For security issues contact me at the e-mail given in the `Author`_ section.

For overall issues, go to `GitHub <https://github.com/barseghyanartur/fake.py/issues>`_.

Author
======

Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx.ext.todo",
"sphinx_no_pragma",
]

templates_path = ["_templates"]
Expand Down
32 changes: 19 additions & 13 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ babel==2.13.1
black==23.11.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
build==1.0.3
# via pip-tools
certifi==2023.11.17
Expand All @@ -37,17 +37,18 @@ decorator==5.1.1
detect-secrets==1.4.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
doc8==0.11.2
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
docutils==0.18.1
# via
# doc8
# readme-renderer
# restructuredtext-lint
# sphinx
# sphinx-no-pragma
# sphinx-rtd-theme
exceptiongroup==1.2.0
# via
Expand All @@ -68,11 +69,11 @@ iniconfig==2.0.0
ipython==8.18.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
isort==5.12.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
jaraco-classes==3.3.0
# via keyring
jedi==0.19.1
Expand All @@ -98,7 +99,7 @@ more-itertools==10.1.0
mypy==1.7.1
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
mypy-extensions==1.0.0
# via
# black
Expand All @@ -122,7 +123,7 @@ pexpect==4.9.0
pip-tools==7.3.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
pkginfo==1.9.6
# via twine
platformdirs==4.0.0
Expand All @@ -149,12 +150,12 @@ pyproject-hooks==1.0.0
pytest==7.4.3
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
# pytest-cov
pytest-cov==4.1.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
pyyaml==6.0.1
# via detect-secrets
readme-renderer==42.0
Expand All @@ -176,7 +177,7 @@ rich==13.7.0
ruff==0.1.6
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
secretstorage==3.3.3
# via keyring
six==1.16.0
Expand All @@ -186,18 +187,23 @@ snowballstemmer==2.2.0
sphinx==5.3.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
# sphinx-no-pragma
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-no-pragma==0.1
# via
# fake-py
# file:///home/delusionalinsanity/repos/fake-py
sphinx-rtd-theme==1.3.0
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand Down Expand Up @@ -232,7 +238,7 @@ traitlets==5.13.0
twine==4.0.2
# via
# fake-py
# file:///home/delusionalinsanity/repos/faker-py
# file:///home/delusionalinsanity/repos/fake-py
typing-extensions==4.8.0
# via
# black
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ test = [
docs = [
"sphinx<6.0",
"sphinx-rtd-theme>=1.3.0",
"sphinx-no-pragma",
]

[tool.black]
Expand Down

0 comments on commit 7958e75

Please sign in to comment.