rawfiles extension README
Copy raw files, like a CNAME.
Setting
You can get archive file at http://bitbucket.org/birkenfeld/sphinx-contrib/
Install
> easy_install sphinxcontrib-rawfiles
Configure Sphinx
To enable this extension, add sphinxcontrib.rawfiles module to extensions option at conf.py and add .
import os, sys
# Path to the folder where rawfiles.py is
# NOTE: not needed if the package is installed in traditional way
# using setup.py or easy_install
sys.path.append(os.path.abspath('/path/to/sphinxcontrib.rawfiles'))
# Enabled extensions
extensions = ['sphinxcontrib.rawfiles']
# Files you want to copy
rawfiles = ['CNAME']
Repository
This code is hosted by Bitbucket.
Release files for sphinxcontrib-rawfiles 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sphinxcontrib-rawfiles-0.1.1.tar.gz | 3.3 kB | Details |
Release files / sphinxcontrib-rawfiles-0.1.1.tar.gz
| Download URL | sphinxcontrib-rawfiles-0.1.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a68bb1e215b03bf18de1a9d69ca345abebfcdca25a5e1a183be4c22389857766
|
|
BLAKE2b-256 checksum How to use checksums |
9688fbe94d2a79bfc5a92bfd5674cb72807f492ceb0bbbaea465cccdecafa215
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |