Commit Graph

7 Commits

Author SHA1 Message Date
Jesse Hills 564aa0d9f4
Start a basic netlify _redirects file (#2064) 2022-05-11 09:31:34 +12:00
Flaviu Tamas 75c6a90c76
Revert "Process files with netlify (#1841)" (#1842)
This reverts commit 3d78aecc47.

Turns out that there's a time limit on builds, and sphinx output has a
whole lot of JS that gets bundled and minified.

We end up running up against the time limit and the whole build fails.
Therefore, revert it.
2022-01-24 00:38:44 +00:00
Flaviu Tamas 3d78aecc47
Process files with netlify (#1841)
I'm not sure if this will actually work, but if it does, it'll reduce
the size of a bunch of the image files automatically & not require us to
worry about that anymore.

It'll also combine all our JS & CSS files into a single bundled request.
2022-01-23 19:23:03 -05:00
Otto Winter 942615c34a
Add production var 2019-02-17 10:32:40 +01:00
Otto Winter d0b408a664
Fix sitemap 2019-02-17 10:28:43 +01:00
Otto Winter f18ec1bcd6
Change base_url 2019-02-09 09:28:58 +01:00
Otto Winter 8d9b0d2375
Netlify (#153)
* Netlify

* Fix

* Faster doxygen

* Update Makefile

* Try without api

* Debug

* Fix

* Update Makefile

* Debug

* Try 1.8.13

* Remove debug

* Update Makefile

* Optimize
2019-02-07 13:54:45 +01:00