diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..52f7c46 --- /dev/null +++ b/.readthedocs.yaml @@ -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 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 1c8673a..8265dbf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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