Skip to content

Commit 0c24234

Browse files
committed
fix docs
1 parent 850839f commit 0c24234

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
post_install:
99
- pip install poetry==1.2.0b3
1010
- poetry config virtualenvs.create false
11-
- poetry install --with docs,dev
11+
- poetry install --all-extras --with docs,dev
1212

1313
sphinx:
1414
configuration: docs/conf.py

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
# List of patterns, relative to source directory, that match files and
5454
# directories to ignore when looking for source files.
5555
# This pattern also affects html_static_path and html_extra_path.
56-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
56+
exclude_patterns = ["build", "Thumbs.db", ".DS_Store"]
5757

5858
# Links used for cross-referencing other documentation
5959
intersphinx_mapping = {
6060
"py": ("https://docs.python.org/3", None),
6161
"aio": ("https://docs.aiohttp.org/en/stable/", None),
62-
"req": ("https://docs.python-requests.org/en/latest/", None),
62+
"req": ("https://requests.readthedocs.io/en/latest/", None),
6363
}
6464

6565
# Prolog for asynchronous functions

mystbin/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from .client import Client as Client
3030
from .paste import File as File
3131
from .paste import Paste as Paste
32+
from .errors import *
3233

3334

3435
class VersionInfo(NamedTuple):

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)