Skip to content

Commit

Permalink
Fix static image path.
Browse files Browse the repository at this point in the history
  • Loading branch information
emfomy committed Apr 26, 2020
1 parent 94800b0 commit 2655e14
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ See http://ckipnlp.readthedocs.io/en/latest/_api/ckipnlp.html for API details.
Pipeline
--------

.. image:: ../_static/image/pipeline.svg
.. image:: _static/image/pipeline.svg

.. code-block:: python
Expand Down Expand Up @@ -180,7 +180,7 @@ Pipeline
Co-Reference Pipeline
---------------------

.. image:: ../_static/image/coref_pipeline.svg
.. image:: _static/image/coref_pipeline.svg

.. code-block:: python
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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', '../_static']
html_extra_path = ['../LICENSE']
html_css_files = ['./custom.css']

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CKIP CoreNLP
.. toctree::
:caption: Overview

src/readme
readme

.. toctree::
:caption: Contents
Expand Down
1 change: 1 addition & 0 deletions docs/readme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../README.rst
1 change: 0 additions & 1 deletion docs/src/readme.rst

This file was deleted.

0 comments on commit 2655e14

Please sign in to comment.