Skip to content

Commit

Permalink
feat: add readthedocs config (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber authored Apr 27, 2023
1 parent fa9bff5 commit 20040dc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .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/conf.py
# TODO: Fix autodoc warnings and set this to true. See https://github.com/openedx/edx-django-utils/issues/304
fail_on_warning: false

python:
version: 3.8
install:
- requirements: requirements/doc.txt
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def is_requirement(line):
version=VERSION,
description="""EdX utilities for Django Application development.""",
long_description=README + '\n\n' + CHANGELOG,
long_description_content_type="text/x-rst",
author='edX',
author_email='[email protected]',
url='https://github.com/openedx/edx-django-utils',
Expand Down

0 comments on commit 20040dc

Please sign in to comment.