Skip to content

Commit 7fb4f62

Browse files
committed
doc: try to show missing members
1 parent 0cce47e commit 7fb4f62

File tree

6 files changed

+19
-2
lines changed

6 files changed

+19
-2
lines changed
File renamed without changes.
File renamed without changes.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,5 @@ dmypy.json
147147

148148
# Cython debug symbols
149149
cython_debug/
150+
151+
.python-version

.readthedocs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/conf.py
5+
6+
python:
7+
version: 3.8
8+
install:
9+
- method: pip
10+
path: .
11+
extra_requirements:
12+
- docs

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "fastapi-third-party-auth"
21-
copyright = "2020, Harry M. Winters"
21+
copyright = "2020, Harry M. Winters, Richard Löwenström"
2222
author = "Harry M. Winters"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.5.0"
25+
release = "0.0.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ types-requests = "^2.25.0"
2929
pre-commit = "^2.13.0"
3030
uvicorn = "^0.15.0"
3131

32+
[tool.poetry.extras]
33+
docs = ["sphinx"]
34+
3235
[build-system]
3336
requires = ["poetry>=0.12"]
3437
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)