File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = 'mfr'
49- copyright = '2023 , Center For Open Science'
49+ copyright = '2025 , Center For Open Science'
5050
5151# The version info for the project you're documenting, acts as replacement for
5252# |version| and |release|, also used in various other places throughout the
184184if not on_rtd :
185185 import sphinx_rtd_theme
186186 html_theme = 'sphinx_rtd_theme'
187- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ CodePygmentsRenderer
1111
1212.. autoclass :: mfr.extensions.codepygments.CodePygmentsRenderer
1313
14- DocxRenderer
15- ------------
16-
17- .. autoclass :: mfr.extensions.docx.DocxRenderer
18-
1914ImageExporter
2015-------------
2116
Original file line number Diff line number Diff line change @@ -14,26 +14,25 @@ Or download one of the following:
1414* tarball _
1515* zipball _
1616
17- Make sure that you have installed `pspp <https://www.gnu.org/software/pspp/ >`_ and are using python 3.5 or greater.
17+ Make sure that you have installed `pspp <https://www.gnu.org/software/pspp/ >`_ and are using python v3.13 or greater.
1818
19- Install the versions of `` setuptools `` and `` invoke `` found in the requirements.txt file :
19+ Install `` poetry `` to manage dependencies :
2020
2121.. code-block :: bash
2222
23- pip install setuptools==37.0.0
24- pip install invoke==0.13.0
23+ pip install poetry==2.1.2
2524
2625 Install requirements:
2726
2827.. code-block :: bash
2928
30- invoke install
29+ poetry install
3130
3231 Or for some nicities (like tests):
3332
3433.. code-block :: bash
3534
36- invoke install --develop
35+ poetry install --with dev
3736
3837 Start the server:
3938
@@ -45,7 +44,7 @@ Start the server:
4544
4645 .. code-block :: bash
4746
48- invoke server
47+ poetry run invoke server
4948
5049 .. _Github : https://github.com/CenterForOpenScience/modular-file-renderer
5150.. _tarball : https://github.com/CenterForOpenScience/modular-file-renderer/tarball/master
You can’t perform that action at this time.
0 commit comments