Hi Sphinx Users!

I'm using Sphinx to build a site that allows you to view html pages
produced with tools other than Sphinx.

I have placed these documents as a subdirectory of _static.

In config.py I have the following line:

html_static_path = ['_static',]

In source I have the following directory tree:
...
└── source
    ├── ...
    ├── 04link.rst
    ├── conf.py
    ├── img
    │   ├── ...
    ├── index.rst
    ├── _static
    │   └── mypages
    │       └── provaesp
    │           ├── provaesp.css
    │           └── provaesp.html
    └── _templates
...

and in the file "04link.rst" the instruction:

:doc:`Html with an expression <_static/mypages/provaesp/provaesp>`.

In compilation I get:
...
/.../source/04link.rst:65: WARNING: unknown document:
_static/mypages/provaesp/provaesp
...

In the produced html file I don't get the link to the provesp.html file.

Where am I wrong?

Thanks for your attention.

-- 

Daniele

www.fugamatematica.blogspot.com

    giusto!
    nel verso
    forse è perché non guardiamo le cose
    Quando non ci capiamo,

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAE512rMKhpvs9-a7L1qep74MJqE1JxmTnh%3DezN4pVyf61Aww3w%40mail.gmail.com.

Reply via email to