Skip to content

Commit 64d8d52

Browse files
committed
fix path structure in index.rst, release.rst, and conf.py
1 parent 003c182 commit 64d8d52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/manual/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import sys
1414
import os
1515
sys.path.insert(0, os.path.abspath('../..'))
16-
sys.path.insert(0, os.path.abspath('../../src'))
16+
sys.path.insert(0, os.path.abspath('../../../src'))
1717

1818

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

doc/manual/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To get started, please go to :ref:`quick_start`
6363
release
6464
package
6565

66-
.. include:: ../../CHANGELOG.rst
66+
.. include:: ../../../CHANGELOG.rst
6767

6868
Indices
6969
-------

doc/manual/source/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. index:: release notes
22

3-
.. include:: /../../CHANGELOG.rst
3+
.. include:: /../../../CHANGELOG.rst
44

0 commit comments

Comments
 (0)