diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 7e6c8b71..fb6be00f 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -22,8 +22,8 @@ jobs: - name: Install pip run: python -m pip install --upgrade pip - - name: Install Sphinx Read The Docs - run: pip install sphinx + - name: Install Sphinx + run: pip install "sphinx<8" - name: Install Read the Docs theme for Sphinx run: pip install sphinx-rtd-theme diff --git a/doc/introduction.rst b/doc/introduction.rst index f194af75..42f82335 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -269,9 +269,7 @@ Some options may take several argument values, which can be combined using *sepa Initialization File ~~~~~~~~~~~~~~~~~~~ -.. index:: - - --rcfile, initialization file +.. index:: --rcfile, initialization file When Neper is run, it starts by reading commands from an initialization file, :file:`$HOME/.neperrc`, if that file exists. Another initialization file can be specified with option :data:`--rcfile`, before calling a module: @@ -317,9 +315,7 @@ The environment variable is unset by default. Conventions Used in This Manual ------------------------------- -.. index:: - - single: dollar sign $, shell prompt +.. index:: single: dollar sign $, shell prompt - A command entered at the terminal is shown like this: diff --git a/doc/neper_m.rst b/doc/neper_m.rst index 3a8d7e31..e33ff946 100644 --- a/doc/neper_m.rst +++ b/doc/neper_m.rst @@ -4,8 +4,7 @@ .. |rasterscale| replace:: :data:`rasterscale()` or :data:`rasterscale(,,)`: scale the number of voxels of a raster tessellation, where :data:`` is the scaling factor that applies in the three directions, and :data:``, :data:`` and :data:`` are the scaling factors along :data:`x`, :data:`y` and :data:`z`, respectively .. |crop| replace:: :data:`crop(,,,,,)`: crop a region of a raster tessellation, where :data:``, :data:``, :data:``, :data:``, :data:`` and :data:`` are the minimum and maximum positions along :data:`x`, :data:`y` and :data:`z`, respectively. For 2D raster tessellations, the :data:`z` values can be omitted -.. index:: - single: -M +.. index:: single: -M .. _neper_m: @@ -151,11 +150,9 @@ Meshing Options **Default value**: :data:`tet` in 3D and :data:`tri` in 2D. -.. index:: - single: -cl +.. index:: single: -cl -.. index:: - single: -rcl +.. index:: single: -rcl .. option:: -cl or -rcl (secondary option) @@ -382,9 +379,8 @@ Transformation Options **Default value**: -. -.. index:: - single: -sortnode - single: -sortelt +.. index:: single: -sortnode +.. index:: single: -sortelt .. option:: -sort{node,elt} (secondary option) @@ -563,9 +559,8 @@ These advanced options set running conditions for the meshing libraries (2D and **Default value**: :data:`0.02`. -.. index:: - single: -mesh2dmaxtime - single: -mesh3dmaxtime +.. index:: single: -mesh2dmaxtime +.. index:: single: -mesh3dmaxtime .. option:: -mesh{2,3}dmaxtime