Skip to content

Commit

Permalink
DOC: Final 0.13.3 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Nov 1, 2022
1 parent 28b05f8 commit 9500047
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-documentation.yml
Expand Up @@ -43,11 +43,11 @@ jobs:
env:
EVENT_TYPE: ${{ github.event_name }}
- name: Install pandoc
uses: r-lib/actions/setup-pandoc@v1
uses: r-lib/actions/setup-pandoc@v2
- name: Install graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions docs/source/dev/test_notes.rst
Expand Up @@ -10,6 +10,7 @@ environment to build statsmodels from source. We recommend that you develop
using a development install of statsmodels in a `venv` by running:

.. code-block:: bash
python -m venv .venv
python -m pip install -e ".[develop]"
Expand Down
4 changes: 4 additions & 0 deletions docs/source/release/version0.13.3.rst
Expand Up @@ -80,3 +80,7 @@ The following Pull Requests were merged since the last release:
- :pr:`8480`: MAINT: Update doc build instructions
- :pr:`8483`: DOC: Fix warnings
- :pr:`8484`: MAINT: Backport Python 3.11 to 0.13.x branch
- :pr:`8485`: DOC: Add release note for 0.13.3
- :pr:`8489`: MAINT: Set some Pins
- :pr:`8491`: MAINT: Refine pins
- :pr:`8493`: DOC: Final 0.13.3 docs

0 comments on commit 9500047

Please sign in to comment.