Try to fix documentation

This commit is contained in:
abigailt 2021-06-07 16:29:34 +03:00
parent d3a17d4c04
commit 12292d36c9
2 changed files with 8 additions and 1 deletions

View file

@ -15,4 +15,7 @@ sphinx:
python:
version: 3.8
install:
- requirements: requirements.txt
- method: pip
path: .
- requirements: requirements.txt
system_packages: true

View file

@ -1,3 +1,7 @@
"""
The AI Privacy Toolbox (apt).
"""
from apt import anonymization
from apt import utils