Commit Graph

9 Commits

Author SHA1 Message Date
A.J. Beamon 58e6f0d753 Switch to using the local copy of the rubydomain extension 2019-06-14 09:22:55 -07:00
A.J. Beamon d695b6b09b Remove searches for files in sys.prefix 2019-05-22 14:36:16 -07:00
A.J. Beamon ab96a44a1c There are no custom static files, so don't specify a static path. 2019-05-22 13:46:58 -07:00
Sergey Sudakovich 54310fbbd4 Fix doc building assumes 'foundationdb' top level dir
When cloning repository without specifying the destination,
building documentation works fine. But it fail when the top
level directory is not 'foundatinodb'.

To reproduce:

```
git clone https://github.com/apple/foundationdb.git /tmp/apple-fdb
cd /tmp/apple-fdb/documentation/sphinx
make
```
will result in

```
Exception occurred:
File
"/Users/ssudakovich/.pyenv/versions/2.7.13/lib/python2.7/xml/etree/ElementTree.py", line 647, in parse
  source = open(source, "rb")
IOError: [Errno 2] No such file or directory: u'/private/tmp/apple_fdb/documentation/sphinx/../../../foundationdb/versions.target'
```
2019-04-25 11:16:45 -07:00
Alec Grieser 7cb12c1439
switch module name of ruby domain to sphinxcontrib.rubydomain 2018-06-30 13:26:12 -07:00
John Brownlee 9a51dec64e Add a documentation plugin for the formatting in our Ruby docs. 2018-06-27 14:58:34 -07:00
Dave Lester caee57b50c Updates documentation config / theme footer to reflect project copyright information. 2018-04-27 12:24:52 -07:00
John Brownlee 4da519bc4a Removes the logo from our sphinx template. 2018-03-21 08:58:00 -07:00
John Brownlee 7d1984b4d4 Initial import of cleaned up documentation. 2018-03-13 13:09:35 -07:00