Skip to content

Commit

Permalink
Merge branch 'release/1.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Feb 10, 2024
2 parents 9a22efb + b8e1a78 commit 6f37dc7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 66 deletions.
104 changes: 46 additions & 58 deletions composer.lock

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

7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# Doxygen
subprocess.call('doxygen Doxyfile', shell=True)

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

# -- Project information -----------------------------------------------------

project = 'PHP Sorted Collections'
Expand Down Expand Up @@ -108,10 +106,7 @@
# a list of builtin themes.
#
#html_theme = 'alabaster'
if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = 'sphinx_rtd_theme'

from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx>=6.0
sphinx_rtd_theme>=1.2
Sphinx>=7.2
sphinx_rtd_theme>=2.0
sphinxcontrib-phpdomain>=0.11
breathe>=4.35
myst-parser>=2.0
Expand Down

0 comments on commit 6f37dc7

Please sign in to comment.