Try to fix documentation

This commit is contained in:
abigailt 2021-06-07 16:22:34 +03:00
parent f0f8b76cc3
commit d3a17d4c04
2 changed files with 19 additions and 1 deletions

18
.readthedocs.yaml Normal file
View file

@ -0,0 +1,18 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Optionally build your docs in additional formats such as PDF
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements.txt

View file

@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------
project = 'ai-privacy-toolkit'
copyright = '2021, Abigail Goldsteen'
copyright = '2021, IBM'
author = 'Abigail Goldsteen'
# The full version, including alpha/beta/rc tags