Skip to content

Commit

Permalink
Merge pull request #32752 from openedx/feanil/rtd_test_branch
Browse files Browse the repository at this point in the history
Update to allow RTD to build these Docs
  • Loading branch information
Feanil Patel authored Jul 17, 2023
2 parents 9b9b88d + 1de6ff7 commit 238db45
Show file tree
Hide file tree
Showing 11 changed files with 1,818 additions and 133 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ build:
python:
install:
- requirements: "requirements/edx/doc.txt"
- method: pip
path: .
9 changes: 6 additions & 3 deletions docs/guides/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,14 @@
# run sphinx-apidoc against and the directories under "docs" in which to store
# the generated *.rst files
modules = {
'cms': 'references/docstrings/cms',
'lms': 'references/docstrings/lms',
'openedx': 'references/docstrings/openedx',
'common': 'references/docstrings/common',
'xmodule': 'references/docstrings/xmodule',
# Commenting this out for now because they blow up the build
# time and memory limits for RTD. We can come back to these
# later once we get parallel builds working hopefully.
# 'cms': 'references/docstrings/cms',
# 'common': 'references/docstrings/common',
# 'xmodule': 'references/docstrings/xmodule',
}


Expand Down
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cffi==1.15.1
# via cryptography
chem==1.2.0
# via -r requirements/edx-sandbox/py38.in
click==8.1.4
click==8.1.5
# via
# -c requirements/edx-sandbox/../constraints.txt
# nltk
Expand Down
10 changes: 5 additions & 5 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ charset-normalizer==2.0.12
# snowflake-connector-python
chem==1.2.0
# via -r requirements/edx/kernel.in
click==8.1.4
click==8.1.5
# via
# -c requirements/edx/../constraints.txt
# celery
Expand Down Expand Up @@ -657,7 +657,7 @@ jsonfield==3.1.0
# lti-consumer-xblock
# ora2
# outcome-surveys
jsonschema==4.18.2
jsonschema==4.18.3
# via optimizely-sdk
jsonschema-specifications==2023.6.1
# via jsonschema
Expand Down Expand Up @@ -1013,7 +1013,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/edx/kernel.in
# social-auth-core
rpds-py==0.8.10
rpds-py==0.8.11
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -1170,7 +1170,7 @@ vine==5.0.0
# kombu
voluptuous==0.13.1
# via ora2
walrus==0.9.2
walrus==0.9.3
# via edx-event-bus-redis
watchdog==3.0.0
# via -r requirements/edx/paver.txt
Expand Down Expand Up @@ -1233,7 +1233,7 @@ xss-utils==0.4.0
# via -r requirements/edx/kernel.in
yarl==1.9.2
# via aiohttp
zipp==3.16.1
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chardet==5.1.0
# via diff-cover
coverage==7.2.7
# via -r requirements/edx/coverage.in
diff-cover==7.6.1
diff-cover==7.7.0
# via -r requirements/edx/coverage.in
jinja2==3.1.2
# via diff-cover
Expand Down
Loading

0 comments on commit 238db45

Please sign in to comment.