Skip to content

Commit

Permalink
Fixing doc build
Browse files Browse the repository at this point in the history
The error during build was:
```
WARNING: autodoc: failed to import module 'pytds'; the following exception was raised:
No module named 'six'
WARNING: autodoc: failed to import module 'login' from module 'pytds'; the following exception was raised:
No module named 'six'
```
  • Loading branch information
denisenkom committed Oct 29, 2023
1 parent b10ae26 commit 2b25704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ sphinx:

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
six>=1.4.1

0 comments on commit 2b25704

Please sign in to comment.