sphinxcontrib-rawfiles

Software Screenshot:
sphinxcontrib-rawfiles
Software Details:
Version: 0.1.1
Upload Date: 20 Feb 15
Developer: Takumi IINO
Distribution Type: Freeware
Downloads: 4

Rating: nan/5 (Total Votes: 0)

sphinxcontrib-rawfiles is a Sphinx extension to 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.

 http://bitbucket.org/birkenfeld/sphinx-contrib/

Requirements:

  • Python
  • Sphinx

Similar Software

Comments to sphinxcontrib-rawfiles

Comments not found
Add Comment
Turn on images!