Skip to content

Commit 3be8a78

Browse files
authored
Merge pull request #159 from Sebanisu/patch-3
removed fixed path.
2 parents d849e54 + ac5e8c0 commit 3be8a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# ones.
3232
extensions = [ "breathe" ]
3333

34-
breathe_projects = { 'j' : '/home/cph/jsource/build/docs/doxygen/xml'}
34+
breathe_projects = { 'j' : '../../build/docs/doxygen/xml'}
3535

3636
breathe_default_project = "j"
3737

@@ -86,4 +86,4 @@
8686
# Add any paths that contain custom static files (such as style sheets) here,
8787
# relative to this directory. They are copied after the builtin static files,
8888
# so a file named "default.css" will overwrite the builtin "default.css".
89-
html_static_path = ['_static']
89+
html_static_path = ['_static']

0 commit comments

Comments
 (0)