13 Commits

Author SHA1 Message Date
Lukas Joswiak
fc08313925 Use path relative to Python binary 2021-11-16 16:36:44 -08:00
Lukas Joswiak
8d4ec8562d Move generated versions.target file to build directory 2021-11-16 16:36:44 -08:00
Andrew Noyes
82ef83ec9f Stop using solarized theme for pygments
It's suddenly unavailable, which is breaking the documentation build.
2021-08-26 09:55:54 -07:00
Alex Moundalexis
70e53605cf
updated copyright year on web site 2021-05-14 10:50:46 -04:00
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