Skip to content

Commit

Permalink
Merge pull request #14479 from jdalsem/upmerge5.0
Browse files Browse the repository at this point in the history
Upmerge5.0
  • Loading branch information
jdalsem committed Oct 5, 2023
2 parents 1691a96 + 273bb13 commit 55f4743
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 35 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand All @@ -20,6 +25,5 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/pip-requirements.txt
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ext-json": "*",
"ext-xml": "*",
"ckeditor/ckeditor": "~4.20.0",
"composer/semver": "~3.3.0",
"composer/semver": "~3.4.0",
"css-crush/css-crush": "~4.1.0",
"doctrine/dbal": "~3.4.4",
"eloquent/composer-config-reader": "~3.0.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"symfony/mime": "~5.3",
"symfony/routing": "~5.3",
"symfony/var-dumper": "~5.3",
"vanilla/htmlawed": "~2.2.0"
"vanilla/htmlawed": "2.2.5"
},
"config": {
"process-timeout": 0,
Expand Down
75 changes: 45 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx_rtd_theme',
'sphinxcontrib.phpdomain'
]

Expand Down Expand Up @@ -109,7 +110,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
1 change: 1 addition & 0 deletions docs/pip-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
docutils<0.18
sphinxcontrib.phpdomain
sphinx_rtd_theme
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docutils<0.18
sphinxcontrib.phpdomain
sphinx-intl
sphinx_rtd_theme

0 comments on commit 55f4743

Please sign in to comment.