Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
hippalectryon-0 committed Feb 29, 2024
1 parent 96fd675 commit 93ac233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions log-grid/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"sphinx.ext.napoleon",
"sphinx.ext.todo",
# 'sphinx.ext.autosectionlabel',
"IPython.sphinxext.ipython_console_highlighting",
"IPython.sphinxext.ipython_directive",
"myst_parser",
"autoapi.extension",
]
Expand Down
6 changes: 3 additions & 3 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ build:
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
post_install:
- cd log-grid && pip install poetry
- cd log-grid && poetry config virtualenvs.create false
- cd log-grid && poetry install --with=docs
- cd log-grid && VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with=docs
sphinx:
configuration: log-grid/docs/conf.py

0 comments on commit 93ac233

Please sign in to comment.