Skip to content

Commit

Permalink
Fix naming file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanad0mohamed committed Aug 3, 2022
1 parent 6de3469 commit 7361981
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
import docutils
import os
import re
# import sys
import sys
# sys.path.insert(0, os.path.abspath('.'))
sys.path.append(os.path.abspath('open-source-pdks/docs'))


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -169,7 +170,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static','open-source-pdks/docs/_static']


# -- Options for manual page output ------------------------------------------
Expand Down

0 comments on commit 7361981

Please sign in to comment.